Shades of Sahara #B3A132
Tints of Sahara #B3A132
RGB
CMYK
RGB Variations
Color information
#B3A132 (or 0xB3A132) is known color: Sahara. HEX triplet: B3, A1 and 32. RGB value is (179,161,50). Sum of RGB (Red+Green+Blue) = 179+161+50=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A132 is #4C5ECD. Grayscale: #9A9A9A. Windows color (decimal): -5005006 or 3318195. OLE color: 3318195.
HSL color Cylindrical-coordinate representation of color #B3A132: hue angle of 51.63º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3A132 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 50 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.30 |
| HSL | 51.63º | 0.56% | 0.45% | - |
| HSV(B) | 51.63º | 0.72% | 0.7% | - |
| XYZ | 31.91 | 35.3 | 8.15 | - |
| YUV | 153.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 50 | 0 | 0.10 | 0.72 | 0.30 | 51.63 | 0.56 | 0.45 |
| Hex | B3 | A1 | 32 | 0 | A | 48 | 1E | 34 | 38 | 2D |
| Octal | 263 | 241 | 62 | 0 | 12 | 110 | 36 | 64 | 70 | 55 |
| Binary | 10110011 | 10100001 | 110010 | 0 | 1010 | 1001000 | 11110 | 110100 | 111000 | 101101 |
Color Harmonies of #B3A132
Complementary color
Monochromatic Colors of #B3A132
Black with #B3A132
Text Example
Text Example
White with #B3A132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A132; }
p { color: rgb(179,161,50); }
H1.HeaderClassName
{
color: #B3A132;
}
.AnyTagClassName
{
color: #B3A132;
}
</style>
background-color css
<style>
a { background-color: #B3A132; }
a { background-color: rgb(179,161,50); }
div.DivClassName
{
background-color: #B3A132;
}
.BgClassName
{
background-color: #B3A132;
}
</style>
border-color css
<style>
span { border-color: #B3A132; }
span { border-color: rgb(179,161,50); }
td.TdClassName
{
border-color: #B3A132;
}
.TagClassName
{
border-color: #B3A132;
}
</style>