Shades of Burning Sand #BF7F64
Tints of Burning Sand #BF7F64
RGB
CMYK
RGB Variations
Color information
#BF7F64 (or 0xBF7F64) is known color: Burning Sand. HEX triplet: BF, 7F and 64. RGB value is (191,127,100). Sum of RGB (Red+Green+Blue) = 191+127+100=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F64 is #40809B. Grayscale: #8F8F8F. Windows color (decimal): -4227228 or 6586303. OLE color: 6586303.
HSL color Cylindrical-coordinate representation of color #BF7F64: hue angle of 17.8º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF7F64 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 100 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.25 |
| HSL | 17.8º | 0.42% | 0.57% | - |
| HSV(B) | 17.8º | 0.48% | 0.75% | - |
| XYZ | 31.38 | 27.18 | 15.65 | - |
| YUV | 143.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 100 | 0 | 0.34 | 0.48 | 0.25 | 17.8 | 0.42 | 0.57 |
| Hex | BF | 7F | 64 | 0 | 22 | 30 | 19 | 12 | 2A | 39 |
| Octal | 277 | 177 | 144 | 0 | 42 | 60 | 31 | 22 | 52 | 71 |
| Binary | 10111111 | 1111111 | 1100100 | 0 | 100010 | 110000 | 11001 | 10010 | 101010 | 111001 |
Color Harmonies of #BF7F64
Complementary color
Monochromatic Colors of #BF7F64
Black with #BF7F64
Text Example
Text Example
White with #BF7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F64; }
p { color: rgb(191,127,100); }
H1.HeaderClassName
{
color: #BF7F64;
}
.AnyTagClassName
{
color: #BF7F64;
}
</style>
background-color css
<style>
a { background-color: #BF7F64; }
a { background-color: rgb(191,127,100); }
div.DivClassName
{
background-color: #BF7F64;
}
.BgClassName
{
background-color: #BF7F64;
}
</style>
border-color css
<style>
span { border-color: #BF7F64; }
span { border-color: rgb(191,127,100); }
td.TdClassName
{
border-color: #BF7F64;
}
.TagClassName
{
border-color: #BF7F64;
}
</style>