Shades of Sahara #B49D28
Tints of Sahara #B49D28
RGB
CMYK
RGB Variations
Color information
#B49D28 (or 0xB49D28) is known color: Sahara. HEX triplet: B4, 9D and 28. RGB value is (180,157,40). Sum of RGB (Red+Green+Blue) = 180+157+40=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D28 is #4B62D7. Grayscale: #979797. Windows color (decimal): -4940504 or 2661812. OLE color: 2661812.
HSL color Cylindrical-coordinate representation of color #B49D28: hue angle of 50.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B49D28 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 40 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.29 |
| HSL | 50.14º | 0.64% | 0.43% | - |
| HSV(B) | 50.14º | 0.78% | 0.71% | - |
| XYZ | 31.26 | 33.97 | 6.92 | - |
| YUV | 150.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 40 | 0 | 0.13 | 0.78 | 0.29 | 50.14 | 0.64 | 0.43 |
| Hex | B4 | 9D | 28 | 0 | D | 4E | 1D | 32 | 40 | 2B |
| Octal | 264 | 235 | 50 | 0 | 15 | 116 | 35 | 62 | 100 | 53 |
| Binary | 10110100 | 10011101 | 101000 | 0 | 1101 | 1001110 | 11101 | 110010 | 1000000 | 101011 |
Color Harmonies of #B49D28
Complementary color
Monochromatic Colors of #B49D28
Black with #B49D28
Text Example
Text Example
White with #B49D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D28; }
p { color: rgb(180,157,40); }
H1.HeaderClassName
{
color: #B49D28;
}
.AnyTagClassName
{
color: #B49D28;
}
</style>
background-color css
<style>
a { background-color: #B49D28; }
a { background-color: rgb(180,157,40); }
div.DivClassName
{
background-color: #B49D28;
}
.BgClassName
{
background-color: #B49D28;
}
</style>
border-color css
<style>
span { border-color: #B49D28; }
span { border-color: rgb(180,157,40); }
td.TdClassName
{
border-color: #B49D28;
}
.TagClassName
{
border-color: #B49D28;
}
</style>