#BF855F

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

Shades of Burning Sand #BF855F

Tints of Burning Sand #BF855F

Color information

#BF855F (or 0xBF855F) is unknown color: approx Burning Sand. HEX triplet: BF, 85 and 5F. RGB value is (191,133,95). Sum of RGB (Red+Green+Blue) = 191+133+95=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF855F is #407AA0. Grayscale: #929292. Windows color (decimal): -4225697 or 6260159. OLE color: 6260159.

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

Color convert

RGB19113395-
CMYK00.300.500.25
HSL23.75º42.86%56.08%-
HSV(B)23.75º50.26%74.9%-
XYZ31.9428.6814.68-
YUV146.0199.22160.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=45.58%
G=31.74%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911339500.300.500.2523.7542.8656.08
HexBF855F01E3219182b38
Octal2772051370366231305370
Binary101111111000010110111110111101100101100111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF855F; }

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

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

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

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

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

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

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

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