Shades of Sahara #BC9C27
Tints of Sahara #BC9C27
RGB
CMYK
RGB Variations
Color information
#BC9C27 (or 0xBC9C27) is known color: Sahara. HEX triplet: BC, 9C and 27. RGB value is (188,156,39). Sum of RGB (Red+Green+Blue) = 188+156+39=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C27 is #4363D8. Grayscale: #989898. Windows color (decimal): -4416473 or 2596028. OLE color: 2596028.
HSL color Cylindrical-coordinate representation of color #BC9C27: hue angle of 47.11º 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 #BC9C27 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 39 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.26 |
| HSL | 47.11º | 0.66% | 0.45% | - |
| HSV(B) | 47.11º | 0.79% | 0.74% | - |
| XYZ | 32.99 | 34.61 | 6.86 | - |
| YUV | 152.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 39 | 0 | 0.17 | 0.79 | 0.26 | 47.11 | 0.66 | 0.45 |
| Hex | BC | 9C | 27 | 0 | 11 | 4F | 1A | 2F | 42 | 2D |
| Octal | 274 | 234 | 47 | 0 | 21 | 117 | 32 | 57 | 102 | 55 |
| Binary | 10111100 | 10011100 | 100111 | 0 | 10001 | 1001111 | 11010 | 101111 | 1000010 | 101101 |
Color Harmonies of #BC9C27
Complementary color
Monochromatic Colors of #BC9C27
Black with #BC9C27
Text Example
Text Example
White with #BC9C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C27; }
p { color: rgb(188,156,39); }
H1.HeaderClassName
{
color: #BC9C27;
}
.AnyTagClassName
{
color: #BC9C27;
}
</style>
background-color css
<style>
a { background-color: #BC9C27; }
a { background-color: rgb(188,156,39); }
div.DivClassName
{
background-color: #BC9C27;
}
.BgClassName
{
background-color: #BC9C27;
}
</style>
border-color css
<style>
span { border-color: #BC9C27; }
span { border-color: rgb(188,156,39); }
td.TdClassName
{
border-color: #BC9C27;
}
.TagClassName
{
border-color: #BC9C27;
}
</style>