Shades of Sahara #B49023
Tints of Sahara #B49023
RGB
CMYK
RGB Variations
Color information
#B49023 (or 0xB49023) is known color: Sahara. HEX triplet: B4, 90 and 23. RGB value is (180,144,35). Sum of RGB (Red+Green+Blue) = 180+144+35=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B49023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49023 is #4B6FDC. Grayscale: #8E8E8E. Windows color (decimal): -4943837 or 2330804. OLE color: 2330804.
HSL color Cylindrical-coordinate representation of color #B49023: hue angle of 45.1º 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 #B49023 is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 35 | - |
| CMYK | 0 | 0.2 | 0.81 | 0.29 |
| HSL | 45.1º | 0.67% | 0.42% | - |
| HSV(B) | 45.1º | 0.81% | 0.71% | - |
| XYZ | 29.1 | 29.77 | 5.8 | - |
| YUV | 142.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 35 | 0 | 0.2 | 0.81 | 0.29 | 45.1 | 0.67 | 0.42 |
| Hex | B4 | 90 | 23 | 0 | 14 | 51 | 1D | 2D | 43 | 2A |
| Octal | 264 | 220 | 43 | 0 | 24 | 121 | 35 | 55 | 103 | 52 |
| Binary | 10110100 | 10010000 | 100011 | 0 | 10100 | 1010001 | 11101 | 101101 | 1000011 | 101010 |
Color Harmonies of #B49023
Complementary color
Monochromatic Colors of #B49023
Black with #B49023
Text Example
Text Example
White with #B49023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49023; }
p { color: rgb(180,144,35); }
H1.HeaderClassName
{
color: #B49023;
}
.AnyTagClassName
{
color: #B49023;
}
</style>
background-color css
<style>
a { background-color: #B49023; }
a { background-color: rgb(180,144,35); }
div.DivClassName
{
background-color: #B49023;
}
.BgClassName
{
background-color: #B49023;
}
</style>
border-color css
<style>
span { border-color: #B49023; }
span { border-color: rgb(180,144,35); }
td.TdClassName
{
border-color: #B49023;
}
.TagClassName
{
border-color: #B49023;
}
</style>