#BF816B

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

Shades of Burning Sand #BF816B

Tints of Burning Sand #BF816B

Color information

#BF816B (or 0xBF816B) is unknown color: approx Burning Sand. HEX triplet: BF, 81 and 6B. RGB value is (191,129,107). Sum of RGB (Red+Green+Blue) = 191+129+107=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF816B is #407E94. Grayscale: #919191. Windows color (decimal): -4226709 or 7045567. OLE color: 7045567.

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

Color convert

RGB191129107-
CMYK00.320.440.25
HSL15.71º39.62%58.43%-
HSV(B)15.71º43.98%74.9%-
XYZ31.9927.8417.6-
YUV145.03106.54160.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=44.73%
G=30.21%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112910700.320.440.2515.7139.6258.43
HexBF816B0202C1910283a
Octal2772011530405431205072
Binary1011111110000001110101101000001011001100110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF816B; }

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

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

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

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

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

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

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

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