Shades of Sahara #B8992B
Tints of Sahara #B8992B
RGB
CMYK
RGB Variations
Color information
#B8992B (or 0xB8992B) is known color: Sahara. HEX triplet: B8, 99 and 2B. RGB value is (184,153,43). Sum of RGB (Red+Green+Blue) = 184+153+43=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8992B is #4766D4. Grayscale: #969696. Windows color (decimal): -4679381 or 2857400. OLE color: 2857400.
HSL color Cylindrical-coordinate representation of color #B8992B: hue angle of 46.81º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8992B is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 43 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.28 |
| HSL | 46.81º | 0.62% | 0.45% | - |
| HSV(B) | 46.81º | 0.77% | 0.72% | - |
| XYZ | 31.59 | 33.15 | 7.02 | - |
| YUV | 149.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 43 | 0 | 0.17 | 0.77 | 0.28 | 46.81 | 0.62 | 0.45 |
| Hex | B8 | 99 | 2B | 0 | 11 | 4D | 1C | 2F | 3E | 2D |
| Octal | 270 | 231 | 53 | 0 | 21 | 115 | 34 | 57 | 76 | 55 |
| Binary | 10111000 | 10011001 | 101011 | 0 | 10001 | 1001101 | 11100 | 101111 | 111110 | 101101 |
Color Harmonies of #B8992B
Complementary color
Monochromatic Colors of #B8992B
Black with #B8992B
Text Example
Text Example
White with #B8992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8992B; }
p { color: rgb(184,153,43); }
H1.HeaderClassName
{
color: #B8992B;
}
.AnyTagClassName
{
color: #B8992B;
}
</style>
background-color css
<style>
a { background-color: #B8992B; }
a { background-color: rgb(184,153,43); }
div.DivClassName
{
background-color: #B8992B;
}
.BgClassName
{
background-color: #B8992B;
}
</style>
border-color css
<style>
span { border-color: #B8992B; }
span { border-color: rgb(184,153,43); }
td.TdClassName
{
border-color: #B8992B;
}
.TagClassName
{
border-color: #B8992B;
}
</style>