#BF856A

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

Shades of Burning Sand #BF856A

Tints of Burning Sand #BF856A

Color information

#BF856A (or 0xBF856A) is unknown color: approx Burning Sand. HEX triplet: BF, 85 and 6A. RGB value is (191,133,106). Sum of RGB (Red+Green+Blue) = 191+133+106=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF856A is #407A95. Grayscale: #939393. Windows color (decimal): -4225686 or 6981055. OLE color: 6981055.

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

Color convert

RGB191133106-
CMYK00.300.450.25
HSL19.06º39.91%58.24%-
HSV(B)19.06º44.5%74.9%-
XYZ32.4728.8917.5-
YUV147.26104.72159.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 106 (41.80% from 255) = 24.65%
R=44.42%
G=30.93%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113310600.300.450.2519.0639.9158.24
HexBF856A01E2D1913283a
Octal2772051520365531235072
Binary101111111000010111010100111101011011100110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF856A; }

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

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

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

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

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

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

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

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