Shades of Sahara #BA9728
Tints of Sahara #BA9728
RGB
CMYK
RGB Variations
Color information
#BA9728 (or 0xBA9728) is known color: Sahara. HEX triplet: BA, 97 and 28. RGB value is (186,151,40). Sum of RGB (Red+Green+Blue) = 186+151+40=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9728 is #4568D7. Grayscale: #959595. Windows color (decimal): -4548824 or 2660282. OLE color: 2660282.
HSL color Cylindrical-coordinate representation of color #BA9728: hue angle of 45.62º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA9728 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 40 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.27 |
| HSL | 45.62º | 0.65% | 0.44% | - |
| HSV(B) | 45.62º | 0.78% | 0.73% | - |
| XYZ | 31.7 | 32.73 | 6.65 | - |
| YUV | 148.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 40 | 0 | 0.19 | 0.78 | 0.27 | 45.62 | 0.65 | 0.44 |
| Hex | BA | 97 | 28 | 0 | 13 | 4E | 1B | 2E | 41 | 2C |
| Octal | 272 | 227 | 50 | 0 | 23 | 116 | 33 | 56 | 101 | 54 |
| Binary | 10111010 | 10010111 | 101000 | 0 | 10011 | 1001110 | 11011 | 101110 | 1000001 | 101100 |
Color Harmonies of #BA9728
Complementary color
Monochromatic Colors of #BA9728
Black with #BA9728
Text Example
Text Example
White with #BA9728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9728; }
p { color: rgb(186,151,40); }
H1.HeaderClassName
{
color: #BA9728;
}
.AnyTagClassName
{
color: #BA9728;
}
</style>
background-color css
<style>
a { background-color: #BA9728; }
a { background-color: rgb(186,151,40); }
div.DivClassName
{
background-color: #BA9728;
}
.BgClassName
{
background-color: #BA9728;
}
</style>
border-color css
<style>
span { border-color: #BA9728; }
span { border-color: rgb(186,151,40); }
td.TdClassName
{
border-color: #BA9728;
}
.TagClassName
{
border-color: #BA9728;
}
</style>