Shades of Burning Sand #BF7D59
Tints of Burning Sand #BF7D59
RGB
CMYK
RGB Variations
Color information
#BF7D59 (or 0xBF7D59) is known color: Burning Sand. HEX triplet: BF, 7D and 59. RGB value is (191,125,89). Sum of RGB (Red+Green+Blue) = 191+125+89=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D59 is #4082A6. Grayscale: #8C8C8C. Windows color (decimal): -4227751 or 5864895. OLE color: 5864895.
HSL color Cylindrical-coordinate representation of color #BF7D59: hue angle of 21.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF7D59 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 89 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.25 |
| HSL | 21.18º | 0.44% | 0.55% | - |
| HSV(B) | 21.18º | 0.53% | 0.75% | - |
| XYZ | 30.62 | 26.46 | 12.95 | - |
| YUV | 140.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 89 | 0 | 0.35 | 0.53 | 0.25 | 21.18 | 0.44 | 0.55 |
| Hex | BF | 7D | 59 | 0 | 23 | 35 | 19 | 15 | 2C | 37 |
| Octal | 277 | 175 | 131 | 0 | 43 | 65 | 31 | 25 | 54 | 67 |
| Binary | 10111111 | 1111101 | 1011001 | 0 | 100011 | 110101 | 11001 | 10101 | 101100 | 110111 |
Color Harmonies of #BF7D59
Complementary color
Monochromatic Colors of #BF7D59
Black with #BF7D59
Text Example
Text Example
White with #BF7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D59; }
p { color: rgb(191,125,89); }
H1.HeaderClassName
{
color: #BF7D59;
}
.AnyTagClassName
{
color: #BF7D59;
}
</style>
background-color css
<style>
a { background-color: #BF7D59; }
a { background-color: rgb(191,125,89); }
div.DivClassName
{
background-color: #BF7D59;
}
.BgClassName
{
background-color: #BF7D59;
}
</style>
border-color css
<style>
span { border-color: #BF7D59; }
span { border-color: rgb(191,125,89); }
td.TdClassName
{
border-color: #BF7D59;
}
.TagClassName
{
border-color: #BF7D59;
}
</style>