#BF8667

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

Shades of Burning Sand #BF8667

Tints of Burning Sand #BF8667

Color information

#BF8667 (or 0xBF8667) is unknown color: approx Burning Sand. HEX triplet: BF, 86 and 67. RGB value is (191,134,103). Sum of RGB (Red+Green+Blue) = 191+134+103=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8667 is #407998. Grayscale: #939393. Windows color (decimal): -4225433 or 6784703. OLE color: 6784703.

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

Color convert

RGB191134103-
CMYK00.300.460.25
HSL21.14º40.74%57.65%-
HSV(B)21.14º46.07%74.9%-
XYZ32.4629.1116.74-
YUV147.51102.88159.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 103 (40.62% from 255) = 24.07%
R=44.63%
G=31.31%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113410300.300.460.2521.1440.7457.65
HexBF866701E2E1915293a
Octal2772061470365631255172
Binary101111111000011011001110111101011101100110101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8667; }

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

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

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

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

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

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

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

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