Shades of Burning Sand #BF7D66
Tints of Burning Sand #BF7D66
RGB
CMYK
RGB Variations
Color information
#BF7D66 (or 0xBF7D66) is known color: Burning Sand. HEX triplet: BF, 7D and 66. RGB value is (191,125,102). Sum of RGB (Red+Green+Blue) = 191+125+102=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D66 is #408299. Grayscale: #8E8E8E. Windows color (decimal): -4227738 or 6716863. OLE color: 6716863.
HSL color Cylindrical-coordinate representation of color #BF7D66: hue angle of 15.51º 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 #BF7D66 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 102 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.25 |
| HSL | 15.51º | 0.41% | 0.57% | - |
| HSV(B) | 15.51º | 0.47% | 0.75% | - |
| XYZ | 31.22 | 26.7 | 16.08 | - |
| YUV | 142.11 | 105.37 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 102 | 0 | 0.35 | 0.47 | 0.25 | 15.51 | 0.41 | 0.57 |
| Hex | BF | 7D | 66 | 0 | 23 | 2F | 19 | 10 | 29 | 39 |
| Octal | 277 | 175 | 146 | 0 | 43 | 57 | 31 | 20 | 51 | 71 |
| Binary | 10111111 | 1111101 | 1100110 | 0 | 100011 | 101111 | 11001 | 10000 | 101001 | 111001 |
Color Harmonies of #BF7D66
Complementary color
Monochromatic Colors of #BF7D66
Black with #BF7D66
Text Example
Text Example
White with #BF7D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D66; }
p { color: rgb(191,125,102); }
H1.HeaderClassName
{
color: #BF7D66;
}
.AnyTagClassName
{
color: #BF7D66;
}
</style>
background-color css
<style>
a { background-color: #BF7D66; }
a { background-color: rgb(191,125,102); }
div.DivClassName
{
background-color: #BF7D66;
}
.BgClassName
{
background-color: #BF7D66;
}
</style>
border-color css
<style>
span { border-color: #BF7D66; }
span { border-color: rgb(191,125,102); }
td.TdClassName
{
border-color: #BF7D66;
}
.TagClassName
{
border-color: #BF7D66;
}
</style>