Shades of Sahara #B2A02C
Tints of Sahara #B2A02C
RGB
CMYK
RGB Variations
Color information
#B2A02C (or 0xB2A02C) is known color: Sahara. HEX triplet: B2, A0 and 2C. RGB value is (178,160,44). Sum of RGB (Red+Green+Blue) = 178+160+44=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A02C is #4D5FD3. Grayscale: #989898. Windows color (decimal): -5070804 or 2924722. OLE color: 2924722.
HSL color Cylindrical-coordinate representation of color #B2A02C: hue angle of 51.94º 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 #B2A02C is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 44 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.30 |
| HSL | 51.94º | 0.6% | 0.44% | - |
| HSV(B) | 51.94º | 0.75% | 0.7% | - |
| XYZ | 31.39 | 34.79 | 7.44 | - |
| YUV | 152.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 44 | 0 | 0.10 | 0.75 | 0.30 | 51.94 | 0.6 | 0.44 |
| Hex | B2 | A0 | 2C | 0 | A | 4B | 1E | 34 | 3C | 2C |
| Octal | 262 | 240 | 54 | 0 | 12 | 113 | 36 | 64 | 74 | 54 |
| Binary | 10110010 | 10100000 | 101100 | 0 | 1010 | 1001011 | 11110 | 110100 | 111100 | 101100 |
Color Harmonies of #B2A02C
Complementary color
Monochromatic Colors of #B2A02C
Black with #B2A02C
Text Example
Text Example
White with #B2A02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A02C; }
p { color: rgb(178,160,44); }
H1.HeaderClassName
{
color: #B2A02C;
}
.AnyTagClassName
{
color: #B2A02C;
}
</style>
background-color css
<style>
a { background-color: #B2A02C; }
a { background-color: rgb(178,160,44); }
div.DivClassName
{
background-color: #B2A02C;
}
.BgClassName
{
background-color: #B2A02C;
}
</style>
border-color css
<style>
span { border-color: #B2A02C; }
span { border-color: rgb(178,160,44); }
td.TdClassName
{
border-color: #B2A02C;
}
.TagClassName
{
border-color: #B2A02C;
}
</style>