#BF8463

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

Shades of Burning Sand #BF8463

Tints of Burning Sand #BF8463

Color information

#BF8463 (or 0xBF8463) is unknown color: approx Burning Sand. HEX triplet: BF, 84 and 63. RGB value is (191,132,99). Sum of RGB (Red+Green+Blue) = 191+132+99=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8463 is #407B9C. Grayscale: #929292. Windows color (decimal): -4225949 or 6522047. OLE color: 6522047.

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

Color convert

RGB19113299-
CMYK00.310.480.25
HSL21.52º41.82%56.86%-
HSV(B)21.52º48.17%74.9%-
XYZ31.9928.4815.62-
YUV145.88101.55160.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 99 (39.06% from 255) = 23.46%
R=45.26%
G=31.28%
B=23.46%

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
Decimal1911329900.310.480.2521.5241.8256.86
HexBF846301F3019162a39
Octal2772041430376031265271
Binary101111111000010011000110111111100001100110110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8463; }

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

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

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

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

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

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

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

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