#BF8058

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

Shades of Burning Sand #BF8058

Tints of Burning Sand #BF8058

Color information

#BF8058 (or 0xBF8058) is unknown color: approx Burning Sand. HEX triplet: BF, 80 and 58. RGB value is (191,128,88). Sum of RGB (Red+Green+Blue) = 191+128+88=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8058 is #407FA7. Grayscale: #8E8E8E. Windows color (decimal): -4226984 or 5800127. OLE color: 5800127.

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

Color convert

RGB19112888-
CMYK00.330.540.25
HSL23.3º44.59%54.71%-
HSV(B)23.3º53.93%74.9%-
XYZ30.9727.2212.85-
YUV142.2897.37162.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=46.93%
G=31.45%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911288800.330.540.2523.344.5954.71
HexBF80580213619172d37
Octal2772001300416631275567
Binary1011111110000000101100001000011101101100110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8058; }

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

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

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

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

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

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

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

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