Shades of Sahara #B5992B
Tints of Sahara #B5992B
RGB
CMYK
RGB Variations
Color information
#B5992B (or 0xB5992B) is known color: Sahara. HEX triplet: B5, 99 and 2B. RGB value is (181,153,43). Sum of RGB (Red+Green+Blue) = 181+153+43=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5992B is #4A66D4. Grayscale: #959595. Windows color (decimal): -4875989 or 2857397. OLE color: 2857397.
HSL color Cylindrical-coordinate representation of color #B5992B: hue angle of 47.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5992B is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 43 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.29 |
| HSL | 47.83º | 0.62% | 0.44% | - |
| HSV(B) | 47.83º | 0.76% | 0.71% | - |
| XYZ | 30.88 | 32.78 | 6.99 | - |
| YUV | 148.83 | 68.28 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 43 | 0 | 0.15 | 0.76 | 0.29 | 47.83 | 0.62 | 0.44 |
| Hex | B5 | 99 | 2B | 0 | F | 4C | 1D | 30 | 3E | 2C |
| Octal | 265 | 231 | 53 | 0 | 17 | 114 | 35 | 60 | 76 | 54 |
| Binary | 10110101 | 10011001 | 101011 | 0 | 1111 | 1001100 | 11101 | 110000 | 111110 | 101100 |
Color Harmonies of #B5992B
Complementary color
Monochromatic Colors of #B5992B
Black with #B5992B
Text Example
Text Example
White with #B5992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5992B; }
p { color: rgb(181,153,43); }
H1.HeaderClassName
{
color: #B5992B;
}
.AnyTagClassName
{
color: #B5992B;
}
</style>
background-color css
<style>
a { background-color: #B5992B; }
a { background-color: rgb(181,153,43); }
div.DivClassName
{
background-color: #B5992B;
}
.BgClassName
{
background-color: #B5992B;
}
</style>
border-color css
<style>
span { border-color: #B5992B; }
span { border-color: rgb(181,153,43); }
td.TdClassName
{
border-color: #B5992B;
}
.TagClassName
{
border-color: #B5992B;
}
</style>