Shades of Sahara #B5A12D
Tints of Sahara #B5A12D
RGB
CMYK
RGB Variations
Color information
#B5A12D (or 0xB5A12D) is known color: Sahara. HEX triplet: B5, A1 and 2D. RGB value is (181,161,45). Sum of RGB (Red+Green+Blue) = 181+161+45=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A12D is #4A5ED2. Grayscale: #9A9A9A. Windows color (decimal): -4873939 or 2990517. OLE color: 2990517.
HSL color Cylindrical-coordinate representation of color #B5A12D: hue angle of 51.18º 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 #B5A12D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 45 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.29 |
| HSL | 51.18º | 0.6% | 0.44% | - |
| HSV(B) | 51.18º | 0.75% | 0.71% | - |
| XYZ | 32.27 | 35.5 | 7.63 | - |
| YUV | 153.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 45 | 0 | 0.11 | 0.75 | 0.29 | 51.18 | 0.6 | 0.44 |
| Hex | B5 | A1 | 2D | 0 | B | 4B | 1D | 33 | 3C | 2C |
| Octal | 265 | 241 | 55 | 0 | 13 | 113 | 35 | 63 | 74 | 54 |
| Binary | 10110101 | 10100001 | 101101 | 0 | 1011 | 1001011 | 11101 | 110011 | 111100 | 101100 |
Color Harmonies of #B5A12D
Complementary color
Monochromatic Colors of #B5A12D
Black with #B5A12D
Text Example
Text Example
White with #B5A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A12D; }
p { color: rgb(181,161,45); }
H1.HeaderClassName
{
color: #B5A12D;
}
.AnyTagClassName
{
color: #B5A12D;
}
</style>
background-color css
<style>
a { background-color: #B5A12D; }
a { background-color: rgb(181,161,45); }
div.DivClassName
{
background-color: #B5A12D;
}
.BgClassName
{
background-color: #B5A12D;
}
</style>
border-color css
<style>
span { border-color: #B5A12D; }
span { border-color: rgb(181,161,45); }
td.TdClassName
{
border-color: #B5A12D;
}
.TagClassName
{
border-color: #B5A12D;
}
</style>