#BF876C

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

Shades of Burning Sand #BF876C

Tints of Burning Sand #BF876C

Color information

#BF876C (or 0xBF876C) is unknown color: approx Burning Sand. HEX triplet: BF, 87 and 6C. RGB value is (191,135,108). Sum of RGB (Red+Green+Blue) = 191+135+108=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF876C is #407893. Grayscale: #949494. Windows color (decimal): -4225172 or 7112639. OLE color: 7112639.

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

Color convert

RGB191135108-
CMYK00.290.430.25
HSL19.52º39.34%58.63%-
HSV(B)19.52º43.46%74.9%-
XYZ32.8629.4918.15-
YUV148.67105.05158.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=44.01%
G=31.11%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113510800.290.430.2519.5239.3458.63
HexBF876C01D2B1914273b
Octal2772071540355331244773
Binary101111111000011111011000111011010111100110100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF876C; }

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

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

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

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

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

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

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

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