Shades of Burning Sand #BF896B
Tints of Burning Sand #BF896B
RGB
CMYK
RGB Variations
Color information
#BF896B (or 0xBF896B) is known color: Burning Sand. HEX triplet: BF, 89 and 6B. RGB value is (191,137,107). Sum of RGB (Red+Green+Blue) = 191+137+107=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF896B is #407694. Grayscale: #959595. Windows color (decimal): -4224661 or 7047615. OLE color: 7047615.
HSL color Cylindrical-coordinate representation of color #BF896B: hue angle of 21.43º 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 #BF896B is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 107 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.25 |
| HSL | 21.43º | 0.4% | 0.58% | - |
| HSV(B) | 21.43º | 0.44% | 0.75% | - |
| XYZ | 33.09 | 30.03 | 17.96 | - |
| YUV | 149.73 | 103.89 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 107 | 0 | 0.28 | 0.44 | 0.25 | 21.43 | 0.4 | 0.58 |
| Hex | BF | 89 | 6B | 0 | 1C | 2C | 19 | 15 | 28 | 3A |
| Octal | 277 | 211 | 153 | 0 | 34 | 54 | 31 | 25 | 50 | 72 |
| Binary | 10111111 | 10001001 | 1101011 | 0 | 11100 | 101100 | 11001 | 10101 | 101000 | 111010 |
Color Harmonies of #BF896B
Complementary color
Monochromatic Colors of #BF896B
Black with #BF896B
Text Example
Text Example
White with #BF896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF896B; }
p { color: rgb(191,137,107); }
H1.HeaderClassName
{
color: #BF896B;
}
.AnyTagClassName
{
color: #BF896B;
}
</style>
background-color css
<style>
a { background-color: #BF896B; }
a { background-color: rgb(191,137,107); }
div.DivClassName
{
background-color: #BF896B;
}
.BgClassName
{
background-color: #BF896B;
}
</style>
border-color css
<style>
span { border-color: #BF896B; }
span { border-color: rgb(191,137,107); }
td.TdClassName
{
border-color: #BF896B;
}
.TagClassName
{
border-color: #BF896B;
}
</style>