#BF876A

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

Shades of Burning Sand #BF876A

Tints of Burning Sand #BF876A

Color information

#BF876A (or 0xBF876A) is unknown color: approx Burning Sand. HEX triplet: BF, 87 and 6A. RGB value is (191,135,106). Sum of RGB (Red+Green+Blue) = 191+135+106=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF876A is #407895. Grayscale: #949494. Windows color (decimal): -4225174 or 6981567. OLE color: 6981567.

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

Color convert

RGB191135106-
CMYK00.290.450.25
HSL20.47º39.91%58.24%-
HSV(B)20.47º44.5%74.9%-
XYZ32.7529.4417.59-
YUV148.44104.05158.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=44.21%
G=31.25%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113510600.290.450.2520.4739.9158.24
HexBF876A01D2D1914283a
Octal2772071520355531245072
Binary101111111000011111010100111011011011100110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF876A; }

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

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

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

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

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

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

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

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