#bf8062

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

Shades of Burning Sand #BF8062

Tints of Burning Sand #BF8062

Color information

#BF8062 (or 0xBF8062) is unknown color: approx Burning Sand. HEX triplet: BF, 80 and 62. RGB value is (191,128,98). Sum of RGB (Red+Green+Blue) = 191+128+98=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8062 is #407F9D. Grayscale: #8F8F8F. Windows color (decimal): -4226974 or 6455487. OLE color: 6455487.

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

Color convert

RGB19112898-
CMYK00.330.490.25
HSL19.35º42.08%56.67%-
HSV(B)19.35º48.69%74.9%-
XYZ31.4127.415.19-
YUV143.42102.37161.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=45.80%
G=30.70%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911289800.330.490.2519.3542.0856.67
HexBF80620213119132a39
Octal2772001420416131235271
Binary1011111110000000110001001000011100011100110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8062; }

 p { color: rgb(191,128,98); }

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

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

 a { background-color: rgb(191,128,98); }

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

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

 span { border-color: rgb(191,128,98); }

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