Shades of Sahara #BC9926
Tints of Sahara #BC9926
RGB
CMYK
RGB Variations
Color information
#BC9926 (or 0xBC9926) is known color: Sahara. HEX triplet: BC, 99 and 26. RGB value is (188,153,38). Sum of RGB (Red+Green+Blue) = 188+153+38=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9926 is #4366D9. Grayscale: #969696. Windows color (decimal): -4417242 or 2529724. OLE color: 2529724.
HSL color Cylindrical-coordinate representation of color #BC9926: hue angle of 46º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC9926 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 38 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.26 |
| HSL | 46º | 0.66% | 0.44% | - |
| HSV(B) | 46º | 0.8% | 0.74% | - |
| XYZ | 32.48 | 33.61 | 6.61 | - |
| YUV | 150.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 38 | 0 | 0.19 | 0.80 | 0.26 | 46 | 0.66 | 0.44 |
| Hex | BC | 99 | 26 | 0 | 13 | 50 | 1A | 2E | 42 | 2C |
| Octal | 274 | 231 | 46 | 0 | 23 | 120 | 32 | 56 | 102 | 54 |
| Binary | 10111100 | 10011001 | 100110 | 0 | 10011 | 1010000 | 11010 | 101110 | 1000010 | 101100 |
Color Harmonies of #BC9926
Complementary color
Monochromatic Colors of #BC9926
Black with #BC9926
Text Example
Text Example
White with #BC9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9926; }
p { color: rgb(188,153,38); }
H1.HeaderClassName
{
color: #BC9926;
}
.AnyTagClassName
{
color: #BC9926;
}
</style>
background-color css
<style>
a { background-color: #BC9926; }
a { background-color: rgb(188,153,38); }
div.DivClassName
{
background-color: #BC9926;
}
.BgClassName
{
background-color: #BC9926;
}
</style>
border-color css
<style>
span { border-color: #BC9926; }
span { border-color: rgb(188,153,38); }
td.TdClassName
{
border-color: #BC9926;
}
.TagClassName
{
border-color: #BC9926;
}
</style>