Shades of Sahara #B4A02D
Tints of Sahara #B4A02D
RGB
CMYK
RGB Variations
Color information
#B4A02D (or 0xB4A02D) is known color: Sahara. HEX triplet: B4, A0 and 2D. RGB value is (180,160,45). Sum of RGB (Red+Green+Blue) = 180+160+45=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A02D is #4B5FD2. Grayscale: #999999. Windows color (decimal): -4939731 or 2990260. OLE color: 2990260.
HSL color Cylindrical-coordinate representation of color #B4A02D: hue angle of 51.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4A02D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 45 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.29 |
| HSL | 51.11º | 0.6% | 0.44% | - |
| HSV(B) | 51.11º | 0.75% | 0.71% | - |
| XYZ | 31.87 | 35.03 | 7.57 | - |
| YUV | 152.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 45 | 0 | 0.11 | 0.75 | 0.29 | 51.11 | 0.6 | 0.44 |
| Hex | B4 | A0 | 2D | 0 | B | 4B | 1D | 33 | 3C | 2C |
| Octal | 264 | 240 | 55 | 0 | 13 | 113 | 35 | 63 | 74 | 54 |
| Binary | 10110100 | 10100000 | 101101 | 0 | 1011 | 1001011 | 11101 | 110011 | 111100 | 101100 |
Color Harmonies of #B4A02D
Complementary color
Monochromatic Colors of #B4A02D
Black with #B4A02D
Text Example
Text Example
White with #B4A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A02D; }
p { color: rgb(180,160,45); }
H1.HeaderClassName
{
color: #B4A02D;
}
.AnyTagClassName
{
color: #B4A02D;
}
</style>
background-color css
<style>
a { background-color: #B4A02D; }
a { background-color: rgb(180,160,45); }
div.DivClassName
{
background-color: #B4A02D;
}
.BgClassName
{
background-color: #B4A02D;
}
</style>
border-color css
<style>
span { border-color: #B4A02D; }
span { border-color: rgb(180,160,45); }
td.TdClassName
{
border-color: #B4A02D;
}
.TagClassName
{
border-color: #B4A02D;
}
</style>