#BF896C

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

Shades of Burning Sand #BF896C

Tints of Burning Sand #BF896C

Color information

#BF896C (or 0xBF896C) is unknown color: approx Burning Sand. HEX triplet: BF, 89 and 6C. RGB value is (191,137,108). Sum of RGB (Red+Green+Blue) = 191+137+108=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF896C is #407693. Grayscale: #969696. Windows color (decimal): -4224660 or 7113151. OLE color: 7113151.

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

Color convert

RGB191137108-
CMYK00.280.430.25
HSL20.96º39.34%58.63%-
HSV(B)20.96º43.46%74.9%-
XYZ33.1430.0518.24-
YUV149.84104.39157.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=43.81%
G=31.42%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113710800.280.430.2520.9639.3458.63
HexBF896C01C2B1915273b
Octal2772111540345331254773
Binary101111111000100111011000111001010111100110101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF896C; }

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

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

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

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

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

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

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

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