Shades of Burning Sand #BF8666
Tints of Burning Sand #BF8666
RGB
CMYK
RGB Variations
Color information
#BF8666 (or 0xBF8666) is known color: Burning Sand. HEX triplet: BF, 86 and 66. RGB value is (191,134,102). Sum of RGB (Red+Green+Blue) = 191+134+102=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8666 is #407999. Grayscale: #939393. Windows color (decimal): -4225434 or 6719167. OLE color: 6719167.
HSL color Cylindrical-coordinate representation of color #BF8666: hue angle of 21.57º 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 #BF8666 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 102 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.25 |
| HSL | 21.57º | 0.41% | 0.57% | - |
| HSV(B) | 21.57º | 0.47% | 0.75% | - |
| XYZ | 32.41 | 29.09 | 16.48 | - |
| YUV | 147.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 102 | 0 | 0.30 | 0.47 | 0.25 | 21.57 | 0.41 | 0.57 |
| Hex | BF | 86 | 66 | 0 | 1E | 2F | 19 | 16 | 29 | 39 |
| Octal | 277 | 206 | 146 | 0 | 36 | 57 | 31 | 26 | 51 | 71 |
| Binary | 10111111 | 10000110 | 1100110 | 0 | 11110 | 101111 | 11001 | 10110 | 101001 | 111001 |
Color Harmonies of #BF8666
Complementary color
Monochromatic Colors of #BF8666
Black with #BF8666
Text Example
Text Example
White with #BF8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8666; }
p { color: rgb(191,134,102); }
H1.HeaderClassName
{
color: #BF8666;
}
.AnyTagClassName
{
color: #BF8666;
}
</style>
background-color css
<style>
a { background-color: #BF8666; }
a { background-color: rgb(191,134,102); }
div.DivClassName
{
background-color: #BF8666;
}
.BgClassName
{
background-color: #BF8666;
}
</style>
border-color css
<style>
span { border-color: #BF8666; }
span { border-color: rgb(191,134,102); }
td.TdClassName
{
border-color: #BF8666;
}
.TagClassName
{
border-color: #BF8666;
}
</style>