Shades of Sahara #BC9823
Tints of Sahara #BC9823
RGB
CMYK
RGB Variations
Color information
#BC9823 (or 0xBC9823) is known color: Sahara. HEX triplet: BC, 98 and 23. RGB value is (188,152,35). Sum of RGB (Red+Green+Blue) = 188+152+35=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9823 is #4367DC. Grayscale: #959595. Windows color (decimal): -4417501 or 2332860. OLE color: 2332860.
HSL color Cylindrical-coordinate representation of color #BC9823: hue angle of 45.88º 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 #BC9823 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 35 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.26 |
| HSL | 45.88º | 0.69% | 0.44% | - |
| HSV(B) | 45.88º | 0.81% | 0.74% | - |
| XYZ | 32.27 | 33.27 | 6.31 | - |
| YUV | 149.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 35 | 0 | 0.19 | 0.81 | 0.26 | 45.88 | 0.69 | 0.44 |
| Hex | BC | 98 | 23 | 0 | 13 | 51 | 1A | 2E | 45 | 2C |
| Octal | 274 | 230 | 43 | 0 | 23 | 121 | 32 | 56 | 105 | 54 |
| Binary | 10111100 | 10011000 | 100011 | 0 | 10011 | 1010001 | 11010 | 101110 | 1000101 | 101100 |
Color Harmonies of #BC9823
Complementary color
Monochromatic Colors of #BC9823
Black with #BC9823
Text Example
Text Example
White with #BC9823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9823; }
p { color: rgb(188,152,35); }
H1.HeaderClassName
{
color: #BC9823;
}
.AnyTagClassName
{
color: #BC9823;
}
</style>
background-color css
<style>
a { background-color: #BC9823; }
a { background-color: rgb(188,152,35); }
div.DivClassName
{
background-color: #BC9823;
}
.BgClassName
{
background-color: #BC9823;
}
</style>
border-color css
<style>
span { border-color: #BC9823; }
span { border-color: rgb(188,152,35); }
td.TdClassName
{
border-color: #BC9823;
}
.TagClassName
{
border-color: #BC9823;
}
</style>