#BF866C

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

Shades of Burning Sand #BF866C

Tints of Burning Sand #BF866C

Color information

#BF866C (or 0xBF866C) is unknown color: approx Burning Sand. HEX triplet: BF, 86 and 6C. RGB value is (191,134,108). Sum of RGB (Red+Green+Blue) = 191+134+108=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF866C is #407993. Grayscale: #949494. Windows color (decimal): -4225428 or 7112383. OLE color: 7112383.

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

Color convert

RGB191134108-
CMYK00.300.430.25
HSL18.8º39.34%58.63%-
HSV(B)18.8º43.46%74.9%-
XYZ32.7229.2118.1-
YUV148.08105.38158.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=44.11%
G=30.95%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113410800.300.430.2518.839.3458.63
HexBF866C01E2B1913273b
Octal2772061540365331234773
Binary101111111000011011011000111101010111100110011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF866C; }

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

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

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

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

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

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

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

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