Shades of Sahara #BC9D32
Tints of Sahara #BC9D32
RGB
CMYK
RGB Variations
Color information
#BC9D32 (or 0xBC9D32) is known color: Sahara. HEX triplet: BC, 9D and 32. RGB value is (188,157,50). Sum of RGB (Red+Green+Blue) = 188+157+50=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D32 is #4362CD. Grayscale: #9A9A9A. Windows color (decimal): -4416206 or 3317180. OLE color: 3317180.
HSL color Cylindrical-coordinate representation of color #BC9D32: hue angle of 46.52º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC9D32 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 50 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.26 |
| HSL | 46.52º | 0.58% | 0.47% | - |
| HSV(B) | 46.52º | 0.73% | 0.74% | - |
| XYZ | 33.37 | 35.04 | 8.02 | - |
| YUV | 154.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 50 | 0 | 0.16 | 0.73 | 0.26 | 46.52 | 0.58 | 0.47 |
| Hex | BC | 9D | 32 | 0 | 10 | 49 | 1A | 2F | 3A | 2F |
| Octal | 274 | 235 | 62 | 0 | 20 | 111 | 32 | 57 | 72 | 57 |
| Binary | 10111100 | 10011101 | 110010 | 0 | 10000 | 1001001 | 11010 | 101111 | 111010 | 101111 |
Color Harmonies of #BC9D32
Complementary color
Monochromatic Colors of #BC9D32
Black with #BC9D32
Text Example
Text Example
White with #BC9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D32; }
p { color: rgb(188,157,50); }
H1.HeaderClassName
{
color: #BC9D32;
}
.AnyTagClassName
{
color: #BC9D32;
}
</style>
background-color css
<style>
a { background-color: #BC9D32; }
a { background-color: rgb(188,157,50); }
div.DivClassName
{
background-color: #BC9D32;
}
.BgClassName
{
background-color: #BC9D32;
}
</style>
border-color css
<style>
span { border-color: #BC9D32; }
span { border-color: rgb(188,157,50); }
td.TdClassName
{
border-color: #BC9D32;
}
.TagClassName
{
border-color: #BC9D32;
}
</style>