Shades of Sahara #BC9725
Tints of Sahara #BC9725
RGB
CMYK
RGB Variations
Color information
#BC9725 (or 0xBC9725) is known color: Sahara. HEX triplet: BC, 97 and 25. RGB value is (188,151,37). Sum of RGB (Red+Green+Blue) = 188+151+37=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9725 is #4368DA. Grayscale: #959595. Windows color (decimal): -4417755 or 2463676. OLE color: 2463676.
HSL color Cylindrical-coordinate representation of color #BC9725: hue angle of 45.3º 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 #BC9725 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 37 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.26 |
| HSL | 45.3º | 0.67% | 0.44% | - |
| HSV(B) | 45.3º | 0.8% | 0.74% | - |
| XYZ | 32.14 | 32.96 | 6.42 | - |
| YUV | 149.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 37 | 0 | 0.20 | 0.80 | 0.26 | 45.3 | 0.67 | 0.44 |
| Hex | BC | 97 | 25 | 0 | 14 | 50 | 1A | 2D | 43 | 2C |
| Octal | 274 | 227 | 45 | 0 | 24 | 120 | 32 | 55 | 103 | 54 |
| Binary | 10111100 | 10010111 | 100101 | 0 | 10100 | 1010000 | 11010 | 101101 | 1000011 | 101100 |
Color Harmonies of #BC9725
Complementary color
Monochromatic Colors of #BC9725
Black with #BC9725
Text Example
Text Example
White with #BC9725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9725; }
p { color: rgb(188,151,37); }
H1.HeaderClassName
{
color: #BC9725;
}
.AnyTagClassName
{
color: #BC9725;
}
</style>
background-color css
<style>
a { background-color: #BC9725; }
a { background-color: rgb(188,151,37); }
div.DivClassName
{
background-color: #BC9725;
}
.BgClassName
{
background-color: #BC9725;
}
</style>
border-color css
<style>
span { border-color: #BC9725; }
span { border-color: rgb(188,151,37); }
td.TdClassName
{
border-color: #BC9725;
}
.TagClassName
{
border-color: #BC9725;
}
</style>