#BF8261

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

Shades of Burning Sand #BF8261

Tints of Burning Sand #BF8261

Color information

#BF8261 (or 0xBF8261) is unknown color: approx Burning Sand. HEX triplet: BF, 82 and 61. RGB value is (191,130,97). Sum of RGB (Red+Green+Blue) = 191+130+97=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8261 is #407D9E. Grayscale: #909090. Windows color (decimal): -4226463 or 6390463. OLE color: 6390463.

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

Color convert

RGB19113097-
CMYK00.320.490.25
HSL21.06º42.34%56.47%-
HSV(B)21.06º49.21%74.9%-
XYZ31.6327.915.03-
YUV144.48101.21161.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=45.69%
G=31.10%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911309700.320.490.2521.0642.3456.47
HexBF82610203119152a38
Octal2772021410406131255270
Binary1011111110000010110000101000001100011100110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8261; }

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

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

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

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

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

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

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

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