Shades of Sahara #BC9825
Tints of Sahara #BC9825
RGB
CMYK
RGB Variations
Color information
#BC9825 (or 0xBC9825) is known color: Sahara. HEX triplet: BC, 98 and 25. RGB value is (188,152,37). Sum of RGB (Red+Green+Blue) = 188+152+37=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9825 is #4367DA. Grayscale: #969696. Windows color (decimal): -4417499 or 2463932. OLE color: 2463932.
HSL color Cylindrical-coordinate representation of color #BC9825: hue angle of 45.7º degrees, saturation: 0.67, 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 #BC9825 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 37 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.26 |
| HSL | 45.7º | 0.67% | 0.44% | - |
| HSV(B) | 45.7º | 0.8% | 0.74% | - |
| XYZ | 32.3 | 33.28 | 6.47 | - |
| YUV | 149.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 37 | 0 | 0.19 | 0.80 | 0.26 | 45.7 | 0.67 | 0.44 |
| Hex | BC | 98 | 25 | 0 | 13 | 50 | 1A | 2E | 43 | 2C |
| Octal | 274 | 230 | 45 | 0 | 23 | 120 | 32 | 56 | 103 | 54 |
| Binary | 10111100 | 10011000 | 100101 | 0 | 10011 | 1010000 | 11010 | 101110 | 1000011 | 101100 |
Color Harmonies of #BC9825
Complementary color
Monochromatic Colors of #BC9825
Black with #BC9825
Text Example
Text Example
White with #BC9825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9825; }
p { color: rgb(188,152,37); }
H1.HeaderClassName
{
color: #BC9825;
}
.AnyTagClassName
{
color: #BC9825;
}
</style>
background-color css
<style>
a { background-color: #BC9825; }
a { background-color: rgb(188,152,37); }
div.DivClassName
{
background-color: #BC9825;
}
.BgClassName
{
background-color: #BC9825;
}
</style>
border-color css
<style>
span { border-color: #BC9825; }
span { border-color: rgb(188,152,37); }
td.TdClassName
{
border-color: #BC9825;
}
.TagClassName
{
border-color: #BC9825;
}
</style>