Shades of Sahara #BC9F27
Tints of Sahara #BC9F27
RGB
CMYK
RGB Variations
Color information
#BC9F27 (or 0xBC9F27) is known color: Sahara. HEX triplet: BC, 9F and 27. RGB value is (188,159,39). Sum of RGB (Red+Green+Blue) = 188+159+39=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F27 is #4360D8. Grayscale: #9A9A9A. Windows color (decimal): -4415705 or 2596796. OLE color: 2596796.
HSL color Cylindrical-coordinate representation of color #BC9F27: hue angle of 48.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC9F27 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 39 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.26 |
| HSL | 48.32º | 0.66% | 0.45% | - |
| HSV(B) | 48.32º | 0.79% | 0.74% | - |
| XYZ | 33.5 | 35.63 | 7.03 | - |
| YUV | 153.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 39 | 0 | 0.15 | 0.79 | 0.26 | 48.32 | 0.66 | 0.45 |
| Hex | BC | 9F | 27 | 0 | F | 4F | 1A | 30 | 42 | 2D |
| Octal | 274 | 237 | 47 | 0 | 17 | 117 | 32 | 60 | 102 | 55 |
| Binary | 10111100 | 10011111 | 100111 | 0 | 1111 | 1001111 | 11010 | 110000 | 1000010 | 101101 |
Color Harmonies of #BC9F27
Complementary color
Monochromatic Colors of #BC9F27
Black with #BC9F27
Text Example
Text Example
White with #BC9F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F27; }
p { color: rgb(188,159,39); }
H1.HeaderClassName
{
color: #BC9F27;
}
.AnyTagClassName
{
color: #BC9F27;
}
</style>
background-color css
<style>
a { background-color: #BC9F27; }
a { background-color: rgb(188,159,39); }
div.DivClassName
{
background-color: #BC9F27;
}
.BgClassName
{
background-color: #BC9F27;
}
</style>
border-color css
<style>
span { border-color: #BC9F27; }
span { border-color: rgb(188,159,39); }
td.TdClassName
{
border-color: #BC9F27;
}
.TagClassName
{
border-color: #BC9F27;
}
</style>