Shades of Sahara #B49627
Tints of Sahara #B49627
RGB
CMYK
RGB Variations
Color information
#B49627 (or 0xB49627) is known color: Sahara. HEX triplet: B4, 96 and 27. RGB value is (180,150,39). Sum of RGB (Red+Green+Blue) = 180+150+39=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B49627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49627 is #4B69D8. Grayscale: #929292. Windows color (decimal): -4942297 or 2594484. OLE color: 2594484.
HSL color Cylindrical-coordinate representation of color #B49627: hue angle of 47.23º 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 #B49627 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 39 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.29 |
| HSL | 47.23º | 0.64% | 0.43% | - |
| HSV(B) | 47.23º | 0.78% | 0.71% | - |
| XYZ | 30.09 | 31.66 | 6.44 | - |
| YUV | 146.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 39 | 0 | 0.17 | 0.78 | 0.29 | 47.23 | 0.64 | 0.43 |
| Hex | B4 | 96 | 27 | 0 | 11 | 4E | 1D | 2F | 40 | 2B |
| Octal | 264 | 226 | 47 | 0 | 21 | 116 | 35 | 57 | 100 | 53 |
| Binary | 10110100 | 10010110 | 100111 | 0 | 10001 | 1001110 | 11101 | 101111 | 1000000 | 101011 |
Color Harmonies of #B49627
Complementary color
Monochromatic Colors of #B49627
Black with #B49627
Text Example
Text Example
White with #B49627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49627; }
p { color: rgb(180,150,39); }
H1.HeaderClassName
{
color: #B49627;
}
.AnyTagClassName
{
color: #B49627;
}
</style>
background-color css
<style>
a { background-color: #B49627; }
a { background-color: rgb(180,150,39); }
div.DivClassName
{
background-color: #B49627;
}
.BgClassName
{
background-color: #B49627;
}
</style>
border-color css
<style>
span { border-color: #B49627; }
span { border-color: rgb(180,150,39); }
td.TdClassName
{
border-color: #B49627;
}
.TagClassName
{
border-color: #B49627;
}
</style>