Shades of Burning Sand #BF805B
Tints of Burning Sand #BF805B
RGB
CMYK
RGB Variations
Color information
#BF805B (or 0xBF805B) is known color: Burning Sand. HEX triplet: BF, 80 and 5B. RGB value is (191,128,91). Sum of RGB (Red+Green+Blue) = 191+128+91=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF805B is #407FA4. Grayscale: #8E8E8E. Windows color (decimal): -4226981 or 5996735. OLE color: 5996735.
HSL color Cylindrical-coordinate representation of color #BF805B: hue angle of 22.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF805B is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 91 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.25 |
| HSL | 22.2º | 0.44% | 0.55% | - |
| HSV(B) | 22.2º | 0.52% | 0.75% | - |
| XYZ | 31.09 | 27.27 | 13.52 | - |
| YUV | 142.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 91 | 0 | 0.33 | 0.52 | 0.25 | 22.2 | 0.44 | 0.55 |
| Hex | BF | 80 | 5B | 0 | 21 | 34 | 19 | 16 | 2C | 37 |
| Octal | 277 | 200 | 133 | 0 | 41 | 64 | 31 | 26 | 54 | 67 |
| Binary | 10111111 | 10000000 | 1011011 | 0 | 100001 | 110100 | 11001 | 10110 | 101100 | 110111 |
Color Harmonies of #BF805B
Complementary color
Monochromatic Colors of #BF805B
Black with #BF805B
Text Example
Text Example
White with #BF805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF805B; }
p { color: rgb(191,128,91); }
H1.HeaderClassName
{
color: #BF805B;
}
.AnyTagClassName
{
color: #BF805B;
}
</style>
background-color css
<style>
a { background-color: #BF805B; }
a { background-color: rgb(191,128,91); }
div.DivClassName
{
background-color: #BF805B;
}
.BgClassName
{
background-color: #BF805B;
}
</style>
border-color css
<style>
span { border-color: #BF805B; }
span { border-color: rgb(191,128,91); }
td.TdClassName
{
border-color: #BF805B;
}
.TagClassName
{
border-color: #BF805B;
}
</style>