#BF856C

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

Shades of Burning Sand #BF856C

Tints of Burning Sand #BF856C

Color information

#BF856C (or 0xBF856C) is unknown color: approx Burning Sand. HEX triplet: BF, 85 and 6C. RGB value is (191,133,108). Sum of RGB (Red+Green+Blue) = 191+133+108=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF856C is #407A93. Grayscale: #939393. Windows color (decimal): -4225684 or 7112127. OLE color: 7112127.

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

Color convert

RGB191133108-
CMYK00.300.430.25
HSL18.07º39.34%58.63%-
HSV(B)18.07º43.46%74.9%-
XYZ32.5828.9318.06-
YUV147.49105.72159.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 108 (42.58% from 255) = 25%
R=44.21%
G=30.79%
B=25%

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
Decimal19113310800.300.430.2518.0739.3458.63
HexBF856C01E2B1912273b
Octal2772051540365331224773
Binary101111111000010111011000111101010111100110010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF856C; }

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

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

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

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

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

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

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

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