#BF816A

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

Shades of Burning Sand #BF816A

Tints of Burning Sand #BF816A

Color information

#BF816A (or 0xBF816A) is unknown color: approx Burning Sand. HEX triplet: BF, 81 and 6A. RGB value is (191,129,106). Sum of RGB (Red+Green+Blue) = 191+129+106=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF816A is #407E95. Grayscale: #919191. Windows color (decimal): -4226710 or 6980031. OLE color: 6980031.

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

Color convert

RGB191129106-
CMYK00.320.450.25
HSL16.24º39.91%58.24%-
HSV(B)16.24º44.5%74.9%-
XYZ31.9427.8217.32-
YUV144.92106.04160.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=44.84%
G=30.28%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112910600.320.450.2516.2439.9158.24
HexBF816A0202D1910283a
Octal2772011520405531205072
Binary1011111110000001110101001000001011011100110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF816A; }

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

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

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

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

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

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

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

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