#BF8464

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

Shades of Burning Sand #BF8464

Tints of Burning Sand #BF8464

Color information

#BF8464 (or 0xBF8464) is unknown color: approx Burning Sand. HEX triplet: BF, 84 and 64. RGB value is (191,132,100). Sum of RGB (Red+Green+Blue) = 191+132+100=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8464 is #407B9B. Grayscale: #929292. Windows color (decimal): -4225948 or 6587583. OLE color: 6587583.

HSL color Cylindrical-coordinate representation of color #BF8464: hue angle of 21.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF8464 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB191132100-
CMYK00.310.480.25
HSL21.1º41.55%57.06%-
HSV(B)21.1º47.64%74.9%-
XYZ32.0428.515.87-
YUV145.99102.05160.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=45.15%
G=31.21%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113210000.310.480.2521.141.5557.06
HexBF846401F3019152a39
Octal2772041440376031255271
Binary101111111000010011001000111111100001100110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8464; }

 p { color: rgb(191,132,100); }

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

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

 a { background-color: rgb(191,132,100); }

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

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

 span { border-color: rgb(191,132,100); }

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