#BF7D59

Color #BF7D59 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #BF7D59

Tints of Burning Sand #BF7D59

Color information

#BF7D59 (or 0xBF7D59) is unknown color: approx Burning Sand. HEX triplet: BF, 7D and 59. RGB value is (191,125,89). Sum of RGB (Red+Green+Blue) = 191+125+89=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D59 is #4082A6. Grayscale: #8C8C8C. Windows color (decimal): -4227751 or 5864895. OLE color: 5864895.

HSL color Cylindrical-coordinate representation of color #BF7D59: hue angle of 21.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF7D59 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19112589-
CMYK00.350.530.25
HSL21.18º44.35%54.9%-
HSV(B)21.18º53.4%74.9%-
XYZ30.6226.4612.95-
YUV140.6398.87163.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 125 (49.22% from 255) = 30.86%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=47.16%
G=30.86%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911258900.350.530.2521.1844.3554.9
HexBF7D590233519152c37
Octal2771751310436531255467
Binary101111111111101101100101000111101011100110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7D59; }

 p { color: rgb(191,125,89); }

 H1.HeaderClassName
 {
   color: #BF7D59;
 }
 .AnyTagClassName
 {
   color: #BF7D59;
 }
</style>
background-color css

<style>
 a { background-color: #BF7D59; }

 a { background-color: rgb(191,125,89); }

 div.DivClassName
 {
   background-color: #BF7D59;
 }
 .BgClassName
 {
   background-color: #BF7D59;
 }
</style>
border-color css

<style>
 span { border-color: #BF7D59; }

 span { border-color: rgb(191,125,89); }

 td.TdClassName
 {
   border-color: #BF7D59;
 }
 .TagClassName
 {
   border-color: #BF7D59;
 }
</style>