#BF8966

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

Shades of Burning Sand #BF8966

Tints of Burning Sand #BF8966

Color information

#BF8966 (or 0xBF8966) is unknown color: approx Burning Sand. HEX triplet: BF, 89 and 66. RGB value is (191,137,102). Sum of RGB (Red+Green+Blue) = 191+137+102=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8966 is #407699. Grayscale: #959595. Windows color (decimal): -4224666 or 6719935. OLE color: 6719935.

HSL color Cylindrical-coordinate representation of color #BF8966: hue angle of 23.6º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF8966 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191137102-
CMYK00.280.470.25
HSL23.6º41.01%57.45%-
HSV(B)23.6º46.6%74.9%-
XYZ32.8329.9316.62-
YUV149.16101.39157.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=44.42%
G=31.86%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113710200.280.470.2523.641.0157.45
HexBF896601C2F19182939
Octal2772111460345731305171
Binary101111111000100111001100111001011111100111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8966; }

 p { color: rgb(191,137,102); }

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

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

 a { background-color: rgb(191,137,102); }

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

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

 span { border-color: rgb(191,137,102); }

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