#BF8466

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

Shades of Burning Sand #BF8466

Tints of Burning Sand #BF8466

Color information

#BF8466 (or 0xBF8466) is unknown color: approx Burning Sand. HEX triplet: BF, 84 and 66. RGB value is (191,132,102). Sum of RGB (Red+Green+Blue) = 191+132+102=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8466 is #407B99. Grayscale: #929292. Windows color (decimal): -4225946 or 6718655. OLE color: 6718655.

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

Color convert

RGB191132102-
CMYK00.310.470.25
HSL20.22º41.01%57.45%-
HSV(B)20.22º46.6%74.9%-
XYZ32.1428.5416.39-
YUV146.22103.05159.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 102 (40.23% from 255) = 24%
R=44.94%
G=31.06%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113210200.310.470.2520.2241.0157.45
HexBF846601F2F19142939
Octal2772041460375731245171
Binary101111111000010011001100111111011111100110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8466; }

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

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

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

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

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

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

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

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