#BF815A

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

Shades of Burning Sand #BF815A

Tints of Burning Sand #BF815A

Color information

#BF815A (or 0xBF815A) is unknown color: approx Burning Sand. HEX triplet: BF, 81 and 5A. RGB value is (191,129,90). Sum of RGB (Red+Green+Blue) = 191+129+90=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF815A is #407EA5. Grayscale: #8F8F8F. Windows color (decimal): -4226726 or 5931455. OLE color: 5931455.

HSL color Cylindrical-coordinate representation of color #BF815A: hue angle of 23.17º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF815A is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19112990-
CMYK00.320.530.25
HSL23.17º44.1%55.1%-
HSV(B)23.17º52.88%74.9%-
XYZ31.1827.5213.34-
YUV143.0998.04162.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 90 (35.55% from 255) = 21.95%
R=46.59%
G=31.46%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911299000.320.530.2523.1744.155.1
HexBF815A0203519172c37
Octal2772011320406531275467
Binary1011111110000001101101001000001101011100110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF815A; }

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

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

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

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

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

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

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

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