Shades of Burning Sand #BF8565
Tints of Burning Sand #BF8565
RGB
CMYK
RGB Variations
Color information
#BF8565 (or 0xBF8565) is known color: Burning Sand. HEX triplet: BF, 85 and 65. RGB value is (191,133,101). Sum of RGB (Red+Green+Blue) = 191+133+101=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8565 is #407A9A. Grayscale: #929292. Windows color (decimal): -4225691 or 6653375. OLE color: 6653375.
HSL color Cylindrical-coordinate representation of color #BF8565: hue angle of 21.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF8565 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 101 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.25 |
| HSL | 21.33º | 0.41% | 0.57% | - |
| HSV(B) | 21.33º | 0.47% | 0.75% | - |
| XYZ | 32.22 | 28.79 | 16.17 | - |
| YUV | 146.69 | 102.22 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 101 | 0 | 0.30 | 0.47 | 0.25 | 21.33 | 0.41 | 0.57 |
| Hex | BF | 85 | 65 | 0 | 1E | 2F | 19 | 15 | 29 | 39 |
| Octal | 277 | 205 | 145 | 0 | 36 | 57 | 31 | 25 | 51 | 71 |
| Binary | 10111111 | 10000101 | 1100101 | 0 | 11110 | 101111 | 11001 | 10101 | 101001 | 111001 |
Color Harmonies of #BF8565
Complementary color
Monochromatic Colors of #BF8565
Black with #BF8565
Text Example
Text Example
White with #BF8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8565; }
p { color: rgb(191,133,101); }
H1.HeaderClassName
{
color: #BF8565;
}
.AnyTagClassName
{
color: #BF8565;
}
</style>
background-color css
<style>
a { background-color: #BF8565; }
a { background-color: rgb(191,133,101); }
div.DivClassName
{
background-color: #BF8565;
}
.BgClassName
{
background-color: #BF8565;
}
</style>
border-color css
<style>
span { border-color: #BF8565; }
span { border-color: rgb(191,133,101); }
td.TdClassName
{
border-color: #BF8565;
}
.TagClassName
{
border-color: #BF8565;
}
</style>