#BF8662

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

Shades of Burning Sand #BF8662

Tints of Burning Sand #BF8662

Color information

#BF8662 (or 0xBF8662) is unknown color: approx Burning Sand. HEX triplet: BF, 86 and 62. RGB value is (191,134,98). Sum of RGB (Red+Green+Blue) = 191+134+98=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8662 is #40799D. Grayscale: #939393. Windows color (decimal): -4225438 or 6457023. OLE color: 6457023.

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

Color convert

RGB19113498-
CMYK00.300.490.25
HSL23.23º42.08%56.67%-
HSV(B)23.23º48.69%74.9%-
XYZ32.2229.0115.46-
YUV146.94100.38159.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=45.15%
G=31.68%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911349800.300.490.2523.2342.0856.67
HexBF866201E3119172a39
Octal2772061420366131275271
Binary101111111000011011000100111101100011100110111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8662; }

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

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

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

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

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

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

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

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