Shades of Sahara #BC9E23
Tints of Sahara #BC9E23
RGB
CMYK
RGB Variations
Color information
#BC9E23 (or 0xBC9E23) is known color: Sahara. HEX triplet: BC, 9E and 23. RGB value is (188,158,35). Sum of RGB (Red+Green+Blue) = 188+158+35=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E23 is #4361DC. Grayscale: #999999. Windows color (decimal): -4415965 or 2334396. OLE color: 2334396.
HSL color Cylindrical-coordinate representation of color #BC9E23: hue angle of 48.24º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC9E23 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 35 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.26 |
| HSL | 48.24º | 0.69% | 0.44% | - |
| HSV(B) | 48.24º | 0.81% | 0.74% | - |
| XYZ | 33.27 | 35.27 | 6.64 | - |
| YUV | 152.95 | 61.44 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 35 | 0 | 0.16 | 0.81 | 0.26 | 48.24 | 0.69 | 0.44 |
| Hex | BC | 9E | 23 | 0 | 10 | 51 | 1A | 30 | 45 | 2C |
| Octal | 274 | 236 | 43 | 0 | 20 | 121 | 32 | 60 | 105 | 54 |
| Binary | 10111100 | 10011110 | 100011 | 0 | 10000 | 1010001 | 11010 | 110000 | 1000101 | 101100 |
Color Harmonies of #BC9E23
Complementary color
Monochromatic Colors of #BC9E23
Black with #BC9E23
Text Example
Text Example
White with #BC9E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E23; }
p { color: rgb(188,158,35); }
H1.HeaderClassName
{
color: #BC9E23;
}
.AnyTagClassName
{
color: #BC9E23;
}
</style>
background-color css
<style>
a { background-color: #BC9E23; }
a { background-color: rgb(188,158,35); }
div.DivClassName
{
background-color: #BC9E23;
}
.BgClassName
{
background-color: #BC9E23;
}
</style>
border-color css
<style>
span { border-color: #BC9E23; }
span { border-color: rgb(188,158,35); }
td.TdClassName
{
border-color: #BC9E23;
}
.TagClassName
{
border-color: #BC9E23;
}
</style>