#BF8160

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

Shades of Burning Sand #BF8160

Tints of Burning Sand #BF8160

Color information

#BF8160 (or 0xBF8160) is unknown color: approx Burning Sand. HEX triplet: BF, 81 and 60. RGB value is (191,129,96). Sum of RGB (Red+Green+Blue) = 191+129+96=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8160 is #407E9F. Grayscale: #8F8F8F. Windows color (decimal): -4226720 or 6324671. OLE color: 6324671.

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

Color convert

RGB19112996-
CMYK00.320.500.25
HSL20.84º42.6%56.27%-
HSV(B)20.84º49.74%74.9%-
XYZ31.4527.6214.74-
YUV143.78101.04161.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 96 (37.89% from 255) = 23.08%
R=45.91%
G=31.01%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911299600.320.500.2520.8442.656.27
HexBF81600203219152b38
Octal2772011400406231255370
Binary1011111110000001110000001000001100101100110101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8160; }

 p { color: rgb(191,129,96); }

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

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

 a { background-color: rgb(191,129,96); }

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

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

 span { border-color: rgb(191,129,96); }

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