Shades of Sahara #BC9D34
Tints of Sahara #BC9D34
RGB
CMYK
RGB Variations
Color information
#BC9D34 (or 0xBC9D34) is known color: Sahara. HEX triplet: BC, 9D and 34. RGB value is (188,157,52). Sum of RGB (Red+Green+Blue) = 188+157+52=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D34 is #4362CB. Grayscale: #9A9A9A. Windows color (decimal): -4416204 or 3448252. OLE color: 3448252.
HSL color Cylindrical-coordinate representation of color #BC9D34: hue angle of 46.32º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC9D34 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 52 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.26 |
| HSL | 46.32º | 0.57% | 0.47% | - |
| HSV(B) | 46.32º | 0.72% | 0.74% | - |
| XYZ | 33.42 | 35.05 | 8.25 | - |
| YUV | 154.3 | 70.27 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 52 | 0 | 0.16 | 0.72 | 0.26 | 46.32 | 0.57 | 0.47 |
| Hex | BC | 9D | 34 | 0 | 10 | 48 | 1A | 2E | 39 | 2F |
| Octal | 274 | 235 | 64 | 0 | 20 | 110 | 32 | 56 | 71 | 57 |
| Binary | 10111100 | 10011101 | 110100 | 0 | 10000 | 1001000 | 11010 | 101110 | 111001 | 101111 |
Color Harmonies of #BC9D34
Complementary color
Monochromatic Colors of #BC9D34
Black with #BC9D34
Text Example
Text Example
White with #BC9D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D34; }
p { color: rgb(188,157,52); }
H1.HeaderClassName
{
color: #BC9D34;
}
.AnyTagClassName
{
color: #BC9D34;
}
</style>
background-color css
<style>
a { background-color: #BC9D34; }
a { background-color: rgb(188,157,52); }
div.DivClassName
{
background-color: #BC9D34;
}
.BgClassName
{
background-color: #BC9D34;
}
</style>
border-color css
<style>
span { border-color: #BC9D34; }
span { border-color: rgb(188,157,52); }
td.TdClassName
{
border-color: #BC9D34;
}
.TagClassName
{
border-color: #BC9D34;
}
</style>