Shades of Sahara #B49328
Tints of Sahara #B49328
RGB
CMYK
RGB Variations
Color information
#B49328 (or 0xB49328) is known color: Sahara. HEX triplet: B4, 93 and 28. RGB value is (180,147,40). Sum of RGB (Red+Green+Blue) = 180+147+40=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B49328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49328 is #4B6CD7. Grayscale: #919191. Windows color (decimal): -4943064 or 2659252. OLE color: 2659252.
HSL color Cylindrical-coordinate representation of color #B49328: hue angle of 45.86º 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 #B49328 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 40 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.29 |
| HSL | 45.86º | 0.64% | 0.43% | - |
| HSV(B) | 45.86º | 0.78% | 0.71% | - |
| XYZ | 29.64 | 30.72 | 6.38 | - |
| YUV | 144.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 40 | 0 | 0.18 | 0.78 | 0.29 | 45.86 | 0.64 | 0.43 |
| Hex | B4 | 93 | 28 | 0 | 12 | 4E | 1D | 2E | 40 | 2B |
| Octal | 264 | 223 | 50 | 0 | 22 | 116 | 35 | 56 | 100 | 53 |
| Binary | 10110100 | 10010011 | 101000 | 0 | 10010 | 1001110 | 11101 | 101110 | 1000000 | 101011 |
Color Harmonies of #B49328
Complementary color
Monochromatic Colors of #B49328
Black with #B49328
Text Example
Text Example
White with #B49328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49328; }
p { color: rgb(180,147,40); }
H1.HeaderClassName
{
color: #B49328;
}
.AnyTagClassName
{
color: #B49328;
}
</style>
background-color css
<style>
a { background-color: #B49328; }
a { background-color: rgb(180,147,40); }
div.DivClassName
{
background-color: #B49328;
}
.BgClassName
{
background-color: #B49328;
}
</style>
border-color css
<style>
span { border-color: #B49328; }
span { border-color: rgb(180,147,40); }
td.TdClassName
{
border-color: #B49328;
}
.TagClassName
{
border-color: #B49328;
}
</style>