#BF8260

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

Shades of Burning Sand #BF8260

Tints of Burning Sand #BF8260

Color information

#BF8260 (or 0xBF8260) is unknown color: approx Burning Sand. HEX triplet: BF, 82 and 60. RGB value is (191,130,96). Sum of RGB (Red+Green+Blue) = 191+130+96=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8260 is #407D9F. Grayscale: #909090. Windows color (decimal): -4226464 or 6324927. OLE color: 6324927.

HSL color Cylindrical-coordinate representation of color #BF8260: hue angle of 21.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF8260 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19113096-
CMYK00.320.500.25
HSL21.47º42.6%56.27%-
HSV(B)21.47º49.74%74.9%-
XYZ31.5827.8914.78-
YUV144.36100.71161.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=45.80%
G=31.18%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911309600.320.500.2521.4742.656.27
HexBF82600203219152b38
Octal2772021400406231255370
Binary1011111110000010110000001000001100101100110101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8260; }

 p { color: rgb(191,130,96); }

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

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

 a { background-color: rgb(191,130,96); }

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

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

 span { border-color: rgb(191,130,96); }

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