Shades of Sahara #B49F2C
Tints of Sahara #B49F2C
RGB
CMYK
RGB Variations
Color information
#B49F2C (or 0xB49F2C) is known color: Sahara. HEX triplet: B4, 9F and 2C. RGB value is (180,159,44). Sum of RGB (Red+Green+Blue) = 180+159+44=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F2C is #4B60D3. Grayscale: #989898. Windows color (decimal): -4939988 or 2924468. OLE color: 2924468.
HSL color Cylindrical-coordinate representation of color #B49F2C: hue angle of 50.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B49F2C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 44 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.29 |
| HSL | 50.74º | 0.61% | 0.44% | - |
| HSV(B) | 50.74º | 0.76% | 0.71% | - |
| XYZ | 31.68 | 34.68 | 7.41 | - |
| YUV | 152.17 | 66.96 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 44 | 0 | 0.12 | 0.76 | 0.29 | 50.74 | 0.61 | 0.44 |
| Hex | B4 | 9F | 2C | 0 | C | 4C | 1D | 33 | 3D | 2C |
| Octal | 264 | 237 | 54 | 0 | 14 | 114 | 35 | 63 | 75 | 54 |
| Binary | 10110100 | 10011111 | 101100 | 0 | 1100 | 1001100 | 11101 | 110011 | 111101 | 101100 |
Color Harmonies of #B49F2C
Complementary color
Monochromatic Colors of #B49F2C
Black with #B49F2C
Text Example
Text Example
White with #B49F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49F2C; }
p { color: rgb(180,159,44); }
H1.HeaderClassName
{
color: #B49F2C;
}
.AnyTagClassName
{
color: #B49F2C;
}
</style>
background-color css
<style>
a { background-color: #B49F2C; }
a { background-color: rgb(180,159,44); }
div.DivClassName
{
background-color: #B49F2C;
}
.BgClassName
{
background-color: #B49F2C;
}
</style>
border-color css
<style>
span { border-color: #B49F2C; }
span { border-color: rgb(180,159,44); }
td.TdClassName
{
border-color: #B49F2C;
}
.TagClassName
{
border-color: #B49F2C;
}
</style>