Shades of Sahara #BB9A2B
Tints of Sahara #BB9A2B
RGB
CMYK
RGB Variations
Color information
#BB9A2B (or 0xBB9A2B) is known color: Sahara. HEX triplet: BB, 9A and 2B. RGB value is (187,154,43). Sum of RGB (Red+Green+Blue) = 187+154+43=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A2B is #4465D4. Grayscale: #979797. Windows color (decimal): -4482517 or 2857659. OLE color: 2857659.
HSL color Cylindrical-coordinate representation of color #BB9A2B: hue angle of 46.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB9A2B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 154 | 43 | - |
CMYK | 0 | 0.18 | 0.77 | 0.27 |
HSL | 46.25º | 0.63% | 0.45% | - |
HSV(B) | 46.25º | 0.77% | 0.73% | - |
XYZ | 32.49 | 33.85 | 7.11 | - |
YUV | 151.21 | 66.93 | 153.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 154 | 43 | 0 | 0.18 | 0.77 | 0.27 | 46.25 | 0.63 | 0.45 |
Hex | BB | 9A | 2B | 0 | 12 | 4D | 1B | 2E | 3F | 2D |
Octal | 273 | 232 | 53 | 0 | 22 | 115 | 33 | 56 | 77 | 55 |
Binary | 10111011 | 10011010 | 101011 | 0 | 10010 | 1001101 | 11011 | 101110 | 111111 | 101101 |
Color Harmonies of #BB9A2B
Complementary color
Monochromatic Colors of #BB9A2B
Black with #BB9A2B
Text Example
Text Example
White with #BB9A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A2B; }
p { color: rgb(187,154,43); }
H1.HeaderClassName
{
color: #BB9A2B;
}
.AnyTagClassName
{
color: #BB9A2B;
}
</style>
background-color css
<style>
a { background-color: #BB9A2B; }
a { background-color: rgb(187,154,43); }
div.DivClassName
{
background-color: #BB9A2B;
}
.BgClassName
{
background-color: #BB9A2B;
}
</style>
border-color css
<style>
span { border-color: #BB9A2B; }
span { border-color: rgb(187,154,43); }
td.TdClassName
{
border-color: #BB9A2B;
}
.TagClassName
{
border-color: #BB9A2B;
}
</style>