Shades of Sahara #B49E23
Tints of Sahara #B49E23
RGB
CMYK
RGB Variations
Color information
#B49E23 (or 0xB49E23) is known color: Sahara. HEX triplet: B4, 9E and 23. RGB value is (180,158,35). Sum of RGB (Red+Green+Blue) = 180+158+35=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E23 is #4B61DC. Grayscale: #979797. Windows color (decimal): -4940253 or 2334388. OLE color: 2334388.
HSL color Cylindrical-coordinate representation of color #B49E23: hue angle of 50.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B49E23 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 35 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.29 |
| HSL | 50.9º | 0.67% | 0.42% | - |
| HSV(B) | 50.9º | 0.81% | 0.71% | - |
| XYZ | 31.35 | 34.28 | 6.55 | - |
| YUV | 150.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 35 | 0 | 0.12 | 0.81 | 0.29 | 50.9 | 0.67 | 0.42 |
| Hex | B4 | 9E | 23 | 0 | C | 51 | 1D | 33 | 43 | 2A |
| Octal | 264 | 236 | 43 | 0 | 14 | 121 | 35 | 63 | 103 | 52 |
| Binary | 10110100 | 10011110 | 100011 | 0 | 1100 | 1010001 | 11101 | 110011 | 1000011 | 101010 |
Color Harmonies of #B49E23
Complementary color
Monochromatic Colors of #B49E23
Black with #B49E23
Text Example
Text Example
White with #B49E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E23; }
p { color: rgb(180,158,35); }
H1.HeaderClassName
{
color: #B49E23;
}
.AnyTagClassName
{
color: #B49E23;
}
</style>
background-color css
<style>
a { background-color: #B49E23; }
a { background-color: rgb(180,158,35); }
div.DivClassName
{
background-color: #B49E23;
}
.BgClassName
{
background-color: #B49E23;
}
</style>
border-color css
<style>
span { border-color: #B49E23; }
span { border-color: rgb(180,158,35); }
td.TdClassName
{
border-color: #B49E23;
}
.TagClassName
{
border-color: #B49E23;
}
</style>