Shades of Sahara #BB982B
Tints of Sahara #BB982B
RGB
CMYK
RGB Variations
Color information
#BB982B (or 0xBB982B) is known color: Sahara. HEX triplet: BB, 98 and 2B. RGB value is (187,152,43). Sum of RGB (Red+Green+Blue) = 187+152+43=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB982B is #4467D4. Grayscale: #969696. Windows color (decimal): -4483029 or 2857147. OLE color: 2857147.
HSL color Cylindrical-coordinate representation of color #BB982B: hue angle of 45.42º 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 #BB982B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 43 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.27 |
| HSL | 45.42º | 0.63% | 0.45% | - |
| HSV(B) | 45.42º | 0.77% | 0.73% | - |
| XYZ | 32.16 | 33.2 | 7 | - |
| YUV | 150.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 43 | 0 | 0.19 | 0.77 | 0.27 | 45.42 | 0.63 | 0.45 |
| Hex | BB | 98 | 2B | 0 | 13 | 4D | 1B | 2D | 3F | 2D |
| Octal | 273 | 230 | 53 | 0 | 23 | 115 | 33 | 55 | 77 | 55 |
| Binary | 10111011 | 10011000 | 101011 | 0 | 10011 | 1001101 | 11011 | 101101 | 111111 | 101101 |
Color Harmonies of #BB982B
Complementary color
Monochromatic Colors of #BB982B
Black with #BB982B
Text Example
Text Example
White with #BB982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB982B; }
p { color: rgb(187,152,43); }
H1.HeaderClassName
{
color: #BB982B;
}
.AnyTagClassName
{
color: #BB982B;
}
</style>
background-color css
<style>
a { background-color: #BB982B; }
a { background-color: rgb(187,152,43); }
div.DivClassName
{
background-color: #BB982B;
}
.BgClassName
{
background-color: #BB982B;
}
</style>
border-color css
<style>
span { border-color: #BB982B; }
span { border-color: rgb(187,152,43); }
td.TdClassName
{
border-color: #BB982B;
}
.TagClassName
{
border-color: #BB982B;
}
</style>