Shades of Burning Sand #BB7E67
Tints of Burning Sand #BB7E67
RGB
CMYK
RGB Variations
Color information
#BB7E67 (or 0xBB7E67) is known color: Burning Sand. HEX triplet: BB, 7E and 67. RGB value is (187,126,103). Sum of RGB (Red+Green+Blue) = 187+126+103=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E67 is #448198. Grayscale: #8D8D8D. Windows color (decimal): -4489625 or 6782651. OLE color: 6782651.
HSL color Cylindrical-coordinate representation of color #BB7E67: hue angle of 16.43º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7E67 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 126 | 103 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.27 |
| HSL | 16.43º | 0.38% | 0.57% | - |
| HSV(B) | 16.43º | 0.45% | 0.73% | - |
| XYZ | 30.4 | 26.47 | 16.34 | - |
| YUV | 141.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 103 | 0 | 0.33 | 0.45 | 0.27 | 16.43 | 0.38 | 0.57 |
| Hex | BB | 7E | 67 | 0 | 21 | 2D | 1B | 10 | 26 | 39 |
| Octal | 273 | 176 | 147 | 0 | 41 | 55 | 33 | 20 | 46 | 71 |
| Binary | 10111011 | 1111110 | 1100111 | 0 | 100001 | 101101 | 11011 | 10000 | 100110 | 111001 |
Color Harmonies of #BB7E67
Complementary color
Monochromatic Colors of #BB7E67
Black with #BB7E67
Text Example
Text Example
White with #BB7E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7E67; }
p { color: rgb(187,126,103); }
H1.HeaderClassName
{
color: #BB7E67;
}
.AnyTagClassName
{
color: #BB7E67;
}
</style>
background-color css
<style>
a { background-color: #BB7E67; }
a { background-color: rgb(187,126,103); }
div.DivClassName
{
background-color: #BB7E67;
}
.BgClassName
{
background-color: #BB7E67;
}
</style>
border-color css
<style>
span { border-color: #BB7E67; }
span { border-color: rgb(187,126,103); }
td.TdClassName
{
border-color: #BB7E67;
}
.TagClassName
{
border-color: #BB7E67;
}
</style>