#BF8666

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

Shades of Burning Sand #BF8666

Tints of Burning Sand #BF8666

Color information

#BF8666 (or 0xBF8666) is unknown color: approx Burning Sand. HEX triplet: BF, 86 and 66. RGB value is (191,134,102). Sum of RGB (Red+Green+Blue) = 191+134+102=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8666 is #407999. Grayscale: #939393. Windows color (decimal): -4225434 or 6719167. OLE color: 6719167.

HSL color Cylindrical-coordinate representation of color #BF8666: hue angle of 21.57º 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 #BF8666 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191134102-
CMYK00.300.470.25
HSL21.57º41.01%57.45%-
HSV(B)21.57º46.6%74.9%-
XYZ32.4129.0916.48-
YUV147.39102.38159.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=44.73%
G=31.38%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113410200.300.470.2521.5741.0157.45
HexBF866601E2F19162939
Octal2772061460365731265171
Binary101111111000011011001100111101011111100110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8666; }

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

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

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

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

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

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

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

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