Shades of Sahara #B3A030
Tints of Sahara #B3A030
RGB
CMYK
RGB Variations
Color information
#B3A030 (or 0xB3A030) is known color: Sahara. HEX triplet: B3, A0 and 30. RGB value is (179,160,48). Sum of RGB (Red+Green+Blue) = 179+160+48=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A030 is #4C5FCF. Grayscale: #999999. Windows color (decimal): -5005264 or 3186867. OLE color: 3186867.
HSL color Cylindrical-coordinate representation of color #B3A030: hue angle of 51.3º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3A030 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 48 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.30 |
| HSL | 51.3º | 0.58% | 0.45% | - |
| HSV(B) | 51.3º | 0.73% | 0.7% | - |
| XYZ | 31.69 | 34.94 | 7.87 | - |
| YUV | 152.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 48 | 0 | 0.11 | 0.73 | 0.30 | 51.3 | 0.58 | 0.45 |
| Hex | B3 | A0 | 30 | 0 | B | 49 | 1E | 33 | 3A | 2D |
| Octal | 263 | 240 | 60 | 0 | 13 | 111 | 36 | 63 | 72 | 55 |
| Binary | 10110011 | 10100000 | 110000 | 0 | 1011 | 1001001 | 11110 | 110011 | 111010 | 101101 |
Color Harmonies of #B3A030
Complementary color
Monochromatic Colors of #B3A030
Black with #B3A030
Text Example
Text Example
White with #B3A030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A030; }
p { color: rgb(179,160,48); }
H1.HeaderClassName
{
color: #B3A030;
}
.AnyTagClassName
{
color: #B3A030;
}
</style>
background-color css
<style>
a { background-color: #B3A030; }
a { background-color: rgb(179,160,48); }
div.DivClassName
{
background-color: #B3A030;
}
.BgClassName
{
background-color: #B3A030;
}
</style>
border-color css
<style>
span { border-color: #B3A030; }
span { border-color: rgb(179,160,48); }
td.TdClassName
{
border-color: #B3A030;
}
.TagClassName
{
border-color: #B3A030;
}
</style>