Shades of Sahara #BCA02D
Tints of Sahara #BCA02D
RGB
CMYK
RGB Variations
Color information
#BCA02D (or 0xBCA02D) is known color: Sahara. HEX triplet: BC, A0 and 2D. RGB value is (188,160,45). Sum of RGB (Red+Green+Blue) = 188+160+45=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA02D is #435FD2. Grayscale: #9B9B9B. Windows color (decimal): -4415443 or 2990268. OLE color: 2990268.
HSL color Cylindrical-coordinate representation of color #BCA02D: hue angle of 48.25º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCA02D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 45 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.26 |
| HSL | 48.25º | 0.61% | 0.46% | - |
| HSV(B) | 48.25º | 0.76% | 0.74% | - |
| XYZ | 33.78 | 36.02 | 7.66 | - |
| YUV | 155.26 | 65.78 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 45 | 0 | 0.15 | 0.76 | 0.26 | 48.25 | 0.61 | 0.46 |
| Hex | BC | A0 | 2D | 0 | F | 4C | 1A | 30 | 3D | 2E |
| Octal | 274 | 240 | 55 | 0 | 17 | 114 | 32 | 60 | 75 | 56 |
| Binary | 10111100 | 10100000 | 101101 | 0 | 1111 | 1001100 | 11010 | 110000 | 111101 | 101110 |
Color Harmonies of #BCA02D
Complementary color
Monochromatic Colors of #BCA02D
Black with #BCA02D
Text Example
Text Example
White with #BCA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA02D; }
p { color: rgb(188,160,45); }
H1.HeaderClassName
{
color: #BCA02D;
}
.AnyTagClassName
{
color: #BCA02D;
}
</style>
background-color css
<style>
a { background-color: #BCA02D; }
a { background-color: rgb(188,160,45); }
div.DivClassName
{
background-color: #BCA02D;
}
.BgClassName
{
background-color: #BCA02D;
}
</style>
border-color css
<style>
span { border-color: #BCA02D; }
span { border-color: rgb(188,160,45); }
td.TdClassName
{
border-color: #BCA02D;
}
.TagClassName
{
border-color: #BCA02D;
}
</style>