#BF8967

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

Shades of Burning Sand #BF8967

Tints of Burning Sand #BF8967

Color information

#BF8967 (or 0xBF8967) is unknown color: approx Burning Sand. HEX triplet: BF, 89 and 67. RGB value is (191,137,103). Sum of RGB (Red+Green+Blue) = 191+137+103=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8967 is #407698. Grayscale: #959595. Windows color (decimal): -4224665 or 6785471. OLE color: 6785471.

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

Color convert

RGB191137103-
CMYK00.280.460.25
HSL23.18º40.74%57.65%-
HSV(B)23.18º46.07%74.9%-
XYZ32.8829.9516.88-
YUV149.27101.89157.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=44.32%
G=31.79%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113710300.280.460.2523.1840.7457.65
HexBF896701C2E1917293a
Octal2772111470345631275172
Binary101111111000100111001110111001011101100110111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8967; }

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

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

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

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

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

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

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

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