Shades of Burning Sand #BF896D
Tints of Burning Sand #BF896D
RGB
CMYK
RGB Variations
Color information
#BF896D (or 0xBF896D) is known color: Burning Sand. HEX triplet: BF, 89 and 6D. RGB value is (191,137,109). Sum of RGB (Red+Green+Blue) = 191+137+109=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF896D is #407692. Grayscale: #969696. Windows color (decimal): -4224659 or 7178687. OLE color: 7178687.
HSL color Cylindrical-coordinate representation of color #BF896D: hue angle of 20.49º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF896D is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 109 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.25 |
| HSL | 20.49º | 0.39% | 0.59% | - |
| HSV(B) | 20.49º | 0.43% | 0.75% | - |
| XYZ | 33.19 | 30.07 | 18.52 | - |
| YUV | 149.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 109 | 0 | 0.28 | 0.43 | 0.25 | 20.49 | 0.39 | 0.59 |
| Hex | BF | 89 | 6D | 0 | 1C | 2B | 19 | 14 | 27 | 3B |
| Octal | 277 | 211 | 155 | 0 | 34 | 53 | 31 | 24 | 47 | 73 |
| Binary | 10111111 | 10001001 | 1101101 | 0 | 11100 | 101011 | 11001 | 10100 | 100111 | 111011 |
Color Harmonies of #BF896D
Complementary color
Monochromatic Colors of #BF896D
Black with #BF896D
Text Example
Text Example
White with #BF896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF896D; }
p { color: rgb(191,137,109); }
H1.HeaderClassName
{
color: #BF896D;
}
.AnyTagClassName
{
color: #BF896D;
}
</style>
background-color css
<style>
a { background-color: #BF896D; }
a { background-color: rgb(191,137,109); }
div.DivClassName
{
background-color: #BF896D;
}
.BgClassName
{
background-color: #BF896D;
}
</style>
border-color css
<style>
span { border-color: #BF896D; }
span { border-color: rgb(191,137,109); }
td.TdClassName
{
border-color: #BF896D;
}
.TagClassName
{
border-color: #BF896D;
}
</style>