#BF8461

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

Shades of Burning Sand #BF8461

Tints of Burning Sand #BF8461

Color information

#BF8461 (or 0xBF8461) is unknown color: approx Burning Sand. HEX triplet: BF, 84 and 61. RGB value is (191,132,97). Sum of RGB (Red+Green+Blue) = 191+132+97=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8461 is #407B9E. Grayscale: #919191. Windows color (decimal): -4225951 or 6390975. OLE color: 6390975.

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

Color convert

RGB19113297-
CMYK00.310.490.25
HSL22.34º42.34%56.47%-
HSV(B)22.34º49.21%74.9%-
XYZ31.8928.4415.12-
YUV145.65100.55160.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=45.48%
G=31.43%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911329700.310.490.2522.3442.3456.47
HexBF846101F3119162a38
Octal2772041410376131265270
Binary101111111000010011000010111111100011100110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8461; }

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

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

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

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

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

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

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

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