Shades of Sahara #B1A02F
Tints of Sahara #B1A02F
RGB
CMYK
RGB Variations
Color information
#B1A02F (or 0xB1A02F) is known color: Sahara. HEX triplet: B1, A0 and 2F. RGB value is (177,160,47). Sum of RGB (Red+Green+Blue) = 177+160+47=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A02F is #4E5FD0. Grayscale: #989898. Windows color (decimal): -5136337 or 3121329. OLE color: 3121329.
HSL color Cylindrical-coordinate representation of color #B1A02F: hue angle of 52.15º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1A02F is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 47 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.31 |
| HSL | 52.15º | 0.58% | 0.44% | - |
| HSV(B) | 52.15º | 0.73% | 0.69% | - |
| XYZ | 31.22 | 34.69 | 7.74 | - |
| YUV | 152.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 47 | 0 | 0.10 | 0.73 | 0.31 | 52.15 | 0.58 | 0.44 |
| Hex | B1 | A0 | 2F | 0 | A | 49 | 1F | 34 | 3A | 2C |
| Octal | 261 | 240 | 57 | 0 | 12 | 111 | 37 | 64 | 72 | 54 |
| Binary | 10110001 | 10100000 | 101111 | 0 | 1010 | 1001001 | 11111 | 110100 | 111010 | 101100 |
Color Harmonies of #B1A02F
Complementary color
Monochromatic Colors of #B1A02F
Black with #B1A02F
Text Example
Text Example
White with #B1A02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A02F; }
p { color: rgb(177,160,47); }
H1.HeaderClassName
{
color: #B1A02F;
}
.AnyTagClassName
{
color: #B1A02F;
}
</style>
background-color css
<style>
a { background-color: #B1A02F; }
a { background-color: rgb(177,160,47); }
div.DivClassName
{
background-color: #B1A02F;
}
.BgClassName
{
background-color: #B1A02F;
}
</style>
border-color css
<style>
span { border-color: #B1A02F; }
span { border-color: rgb(177,160,47); }
td.TdClassName
{
border-color: #B1A02F;
}
.TagClassName
{
border-color: #B1A02F;
}
</style>