Shades of Burning Sand #BF866B
Tints of Burning Sand #BF866B
RGB
CMYK
RGB Variations
Color information
#BF866B (or 0xBF866B) is known color: Burning Sand. HEX triplet: BF, 86 and 6B. RGB value is (191,134,107). Sum of RGB (Red+Green+Blue) = 191+134+107=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF866B is #407994. Grayscale: #949494. Windows color (decimal): -4225429 or 7046847. OLE color: 7046847.
HSL color Cylindrical-coordinate representation of color #BF866B: hue angle of 19.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF866B is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 107 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.25 |
| HSL | 19.29º | 0.4% | 0.58% | - |
| HSV(B) | 19.29º | 0.44% | 0.75% | - |
| XYZ | 32.66 | 29.19 | 17.82 | - |
| YUV | 147.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 107 | 0 | 0.30 | 0.44 | 0.25 | 19.29 | 0.4 | 0.58 |
| Hex | BF | 86 | 6B | 0 | 1E | 2C | 19 | 13 | 28 | 3A |
| Octal | 277 | 206 | 153 | 0 | 36 | 54 | 31 | 23 | 50 | 72 |
| Binary | 10111111 | 10000110 | 1101011 | 0 | 11110 | 101100 | 11001 | 10011 | 101000 | 111010 |
Color Harmonies of #BF866B
Complementary color
Monochromatic Colors of #BF866B
Black with #BF866B
Text Example
Text Example
White with #BF866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF866B; }
p { color: rgb(191,134,107); }
H1.HeaderClassName
{
color: #BF866B;
}
.AnyTagClassName
{
color: #BF866B;
}
</style>
background-color css
<style>
a { background-color: #BF866B; }
a { background-color: rgb(191,134,107); }
div.DivClassName
{
background-color: #BF866B;
}
.BgClassName
{
background-color: #BF866B;
}
</style>
border-color css
<style>
span { border-color: #BF866B; }
span { border-color: rgb(191,134,107); }
td.TdClassName
{
border-color: #BF866B;
}
.TagClassName
{
border-color: #BF866B;
}
</style>