Shades of Sahara #B49728
Tints of Sahara #B49728
RGB
CMYK
RGB Variations
Color information
#B49728 (or 0xB49728) is known color: Sahara. HEX triplet: B4, 97 and 28. RGB value is (180,151,40). Sum of RGB (Red+Green+Blue) = 180+151+40=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B49728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49728 is #4B68D7. Grayscale: #939393. Windows color (decimal): -4942040 or 2660276. OLE color: 2660276.
HSL color Cylindrical-coordinate representation of color #B49728: hue angle of 47.57º 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 #B49728 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 40 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.29 |
| HSL | 47.57º | 0.64% | 0.43% | - |
| HSV(B) | 47.57º | 0.78% | 0.71% | - |
| XYZ | 30.27 | 31.99 | 6.59 | - |
| YUV | 147.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 40 | 0 | 0.16 | 0.78 | 0.29 | 47.57 | 0.64 | 0.43 |
| Hex | B4 | 97 | 28 | 0 | 10 | 4E | 1D | 30 | 40 | 2B |
| Octal | 264 | 227 | 50 | 0 | 20 | 116 | 35 | 60 | 100 | 53 |
| Binary | 10110100 | 10010111 | 101000 | 0 | 10000 | 1001110 | 11101 | 110000 | 1000000 | 101011 |
Color Harmonies of #B49728
Complementary color
Monochromatic Colors of #B49728
Black with #B49728
Text Example
Text Example
White with #B49728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49728; }
p { color: rgb(180,151,40); }
H1.HeaderClassName
{
color: #B49728;
}
.AnyTagClassName
{
color: #B49728;
}
</style>
background-color css
<style>
a { background-color: #B49728; }
a { background-color: rgb(180,151,40); }
div.DivClassName
{
background-color: #B49728;
}
.BgClassName
{
background-color: #B49728;
}
</style>
border-color css
<style>
span { border-color: #B49728; }
span { border-color: rgb(180,151,40); }
td.TdClassName
{
border-color: #B49728;
}
.TagClassName
{
border-color: #B49728;
}
</style>