Shades of Sahara #BC9C2F
Tints of Sahara #BC9C2F
RGB
CMYK
RGB Variations
Color information
#BC9C2F (or 0xBC9C2F) is known color: Sahara. HEX triplet: BC, 9C and 2F. RGB value is (188,156,47). Sum of RGB (Red+Green+Blue) = 188+156+47=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C2F is #4363D0. Grayscale: #999999. Windows color (decimal): -4416465 or 3120316. OLE color: 3120316.
HSL color Cylindrical-coordinate representation of color #BC9C2F: hue angle of 46.38º 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 #BC9C2F is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 47 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.26 |
| HSL | 46.38º | 0.6% | 0.46% | - |
| HSV(B) | 46.38º | 0.75% | 0.74% | - |
| XYZ | 33.14 | 34.67 | 7.64 | - |
| YUV | 153.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 47 | 0 | 0.17 | 0.75 | 0.26 | 46.38 | 0.6 | 0.46 |
| Hex | BC | 9C | 2F | 0 | 11 | 4B | 1A | 2E | 3C | 2E |
| Octal | 274 | 234 | 57 | 0 | 21 | 113 | 32 | 56 | 74 | 56 |
| Binary | 10111100 | 10011100 | 101111 | 0 | 10001 | 1001011 | 11010 | 101110 | 111100 | 101110 |
Color Harmonies of #BC9C2F
Complementary color
Monochromatic Colors of #BC9C2F
Black with #BC9C2F
Text Example
Text Example
White with #BC9C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C2F; }
p { color: rgb(188,156,47); }
H1.HeaderClassName
{
color: #BC9C2F;
}
.AnyTagClassName
{
color: #BC9C2F;
}
</style>
background-color css
<style>
a { background-color: #BC9C2F; }
a { background-color: rgb(188,156,47); }
div.DivClassName
{
background-color: #BC9C2F;
}
.BgClassName
{
background-color: #BC9C2F;
}
</style>
border-color css
<style>
span { border-color: #BC9C2F; }
span { border-color: rgb(188,156,47); }
td.TdClassName
{
border-color: #BC9C2F;
}
.TagClassName
{
border-color: #BC9C2F;
}
</style>