Shades of Sahara #B49F28
Tints of Sahara #B49F28
RGB
CMYK
RGB Variations
Color information
#B49F28 (or 0xB49F28) is known color: Sahara. HEX triplet: B4, 9F and 28. RGB value is (180,159,40). Sum of RGB (Red+Green+Blue) = 180+159+40=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F28 is #4B60D7. Grayscale: #989898. Windows color (decimal): -4939992 or 2662324. OLE color: 2662324.
HSL color Cylindrical-coordinate representation of color #B49F28: hue angle of 51º 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 #B49F28 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 40 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.29 |
| HSL | 51º | 0.64% | 0.43% | - |
| HSV(B) | 51º | 0.78% | 0.71% | - |
| XYZ | 31.6 | 34.65 | 7.03 | - |
| YUV | 151.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 40 | 0 | 0.12 | 0.78 | 0.29 | 51 | 0.64 | 0.43 |
| Hex | B4 | 9F | 28 | 0 | C | 4E | 1D | 33 | 40 | 2B |
| Octal | 264 | 237 | 50 | 0 | 14 | 116 | 35 | 63 | 100 | 53 |
| Binary | 10110100 | 10011111 | 101000 | 0 | 1100 | 1001110 | 11101 | 110011 | 1000000 | 101011 |
Color Harmonies of #B49F28
Complementary color
Monochromatic Colors of #B49F28
Black with #B49F28
Text Example
Text Example
White with #B49F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49F28; }
p { color: rgb(180,159,40); }
H1.HeaderClassName
{
color: #B49F28;
}
.AnyTagClassName
{
color: #B49F28;
}
</style>
background-color css
<style>
a { background-color: #B49F28; }
a { background-color: rgb(180,159,40); }
div.DivClassName
{
background-color: #B49F28;
}
.BgClassName
{
background-color: #B49F28;
}
</style>
border-color css
<style>
span { border-color: #B49F28; }
span { border-color: rgb(180,159,40); }
td.TdClassName
{
border-color: #B49F28;
}
.TagClassName
{
border-color: #B49F28;
}
</style>