Shades of Sahara #B3A02D
Tints of Sahara #B3A02D
RGB
CMYK
RGB Variations
Color information
#B3A02D (or 0xB3A02D) is known color: Sahara. HEX triplet: B3, A0 and 2D. RGB value is (179,160,45). Sum of RGB (Red+Green+Blue) = 179+160+45=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A02D is #4C5FD2. Grayscale: #999999. Windows color (decimal): -5005267 or 2990259. OLE color: 2990259.
HSL color Cylindrical-coordinate representation of color #B3A02D: hue angle of 51.49º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3A02D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 45 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.30 |
| HSL | 51.49º | 0.6% | 0.44% | - |
| HSV(B) | 51.49º | 0.75% | 0.7% | - |
| XYZ | 31.63 | 34.91 | 7.55 | - |
| YUV | 152.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 45 | 0 | 0.11 | 0.75 | 0.30 | 51.49 | 0.6 | 0.44 |
| Hex | B3 | A0 | 2D | 0 | B | 4B | 1E | 33 | 3C | 2C |
| Octal | 263 | 240 | 55 | 0 | 13 | 113 | 36 | 63 | 74 | 54 |
| Binary | 10110011 | 10100000 | 101101 | 0 | 1011 | 1001011 | 11110 | 110011 | 111100 | 101100 |
Color Harmonies of #B3A02D
Complementary color
Monochromatic Colors of #B3A02D
Black with #B3A02D
Text Example
Text Example
White with #B3A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A02D; }
p { color: rgb(179,160,45); }
H1.HeaderClassName
{
color: #B3A02D;
}
.AnyTagClassName
{
color: #B3A02D;
}
</style>
background-color css
<style>
a { background-color: #B3A02D; }
a { background-color: rgb(179,160,45); }
div.DivClassName
{
background-color: #B3A02D;
}
.BgClassName
{
background-color: #B3A02D;
}
</style>
border-color css
<style>
span { border-color: #B3A02D; }
span { border-color: rgb(179,160,45); }
td.TdClassName
{
border-color: #B3A02D;
}
.TagClassName
{
border-color: #B3A02D;
}
</style>