Shades of Sahara #BCA22F
Tints of Sahara #BCA22F
RGB
CMYK
RGB Variations
Color information
#BCA22F (or 0xBCA22F) is known color: Sahara. HEX triplet: BC, A2 and 2F. RGB value is (188,162,47). Sum of RGB (Red+Green+Blue) = 188+162+47=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA22F is #435DD0. Grayscale: #9D9D9D. Windows color (decimal): -4414929 or 3121852. OLE color: 3121852.
HSL color Cylindrical-coordinate representation of color #BCA22F: hue angle of 48.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCA22F is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 47 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.26 |
| HSL | 48.94º | 0.6% | 0.46% | - |
| HSV(B) | 48.94º | 0.75% | 0.74% | - |
| XYZ | 34.17 | 36.74 | 7.98 | - |
| YUV | 156.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 47 | 0 | 0.14 | 0.75 | 0.26 | 48.94 | 0.6 | 0.46 |
| Hex | BC | A2 | 2F | 0 | E | 4B | 1A | 31 | 3C | 2E |
| Octal | 274 | 242 | 57 | 0 | 16 | 113 | 32 | 61 | 74 | 56 |
| Binary | 10111100 | 10100010 | 101111 | 0 | 1110 | 1001011 | 11010 | 110001 | 111100 | 101110 |
Color Harmonies of #BCA22F
Complementary color
Monochromatic Colors of #BCA22F
Black with #BCA22F
Text Example
Text Example
White with #BCA22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA22F; }
p { color: rgb(188,162,47); }
H1.HeaderClassName
{
color: #BCA22F;
}
.AnyTagClassName
{
color: #BCA22F;
}
</style>
background-color css
<style>
a { background-color: #BCA22F; }
a { background-color: rgb(188,162,47); }
div.DivClassName
{
background-color: #BCA22F;
}
.BgClassName
{
background-color: #BCA22F;
}
</style>
border-color css
<style>
span { border-color: #BCA22F; }
span { border-color: rgb(188,162,47); }
td.TdClassName
{
border-color: #BCA22F;
}
.TagClassName
{
border-color: #BCA22F;
}
</style>