Shades of Sahara #B49D29
Tints of Sahara #B49D29
RGB
CMYK
RGB Variations
Color information
#B49D29 (or 0xB49D29) is known color: Sahara. HEX triplet: B4, 9D and 29. RGB value is (180,157,41). Sum of RGB (Red+Green+Blue) = 180+157+41=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D29 is #4B62D6. Grayscale: #979797. Windows color (decimal): -4940503 or 2727348. OLE color: 2727348.
HSL color Cylindrical-coordinate representation of color #B49D29: hue angle of 50.07º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B49D29 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 41 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.29 |
| HSL | 50.07º | 0.63% | 0.43% | - |
| HSV(B) | 50.07º | 0.77% | 0.71% | - |
| XYZ | 31.28 | 33.98 | 7.01 | - |
| YUV | 150.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 41 | 0 | 0.13 | 0.77 | 0.29 | 50.07 | 0.63 | 0.43 |
| Hex | B4 | 9D | 29 | 0 | D | 4D | 1D | 32 | 3F | 2B |
| Octal | 264 | 235 | 51 | 0 | 15 | 115 | 35 | 62 | 77 | 53 |
| Binary | 10110100 | 10011101 | 101001 | 0 | 1101 | 1001101 | 11101 | 110010 | 111111 | 101011 |
Color Harmonies of #B49D29
Complementary color
Monochromatic Colors of #B49D29
Black with #B49D29
Text Example
Text Example
White with #B49D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D29; }
p { color: rgb(180,157,41); }
H1.HeaderClassName
{
color: #B49D29;
}
.AnyTagClassName
{
color: #B49D29;
}
</style>
background-color css
<style>
a { background-color: #B49D29; }
a { background-color: rgb(180,157,41); }
div.DivClassName
{
background-color: #B49D29;
}
.BgClassName
{
background-color: #B49D29;
}
</style>
border-color css
<style>
span { border-color: #B49D29; }
span { border-color: rgb(180,157,41); }
td.TdClassName
{
border-color: #B49D29;
}
.TagClassName
{
border-color: #B49D29;
}
</style>