Shades of Sahara #BA9623
Tints of Sahara #BA9623
RGB
CMYK
RGB Variations
Color information
#BA9623 (or 0xBA9623) is known color: Sahara. HEX triplet: BA, 96 and 23. RGB value is (186,150,35). Sum of RGB (Red+Green+Blue) = 186+150+35=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9623 is #4569DC. Grayscale: #949494. Windows color (decimal): -4549085 or 2332346. OLE color: 2332346.
HSL color Cylindrical-coordinate representation of color #BA9623: hue angle of 45.7º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA9623 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 35 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.27 |
| HSL | 45.7º | 0.68% | 0.43% | - |
| HSV(B) | 45.7º | 0.81% | 0.73% | - |
| XYZ | 31.46 | 32.37 | 6.18 | - |
| YUV | 147.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 35 | 0 | 0.19 | 0.81 | 0.27 | 45.7 | 0.68 | 0.43 |
| Hex | BA | 96 | 23 | 0 | 13 | 51 | 1B | 2E | 44 | 2B |
| Octal | 272 | 226 | 43 | 0 | 23 | 121 | 33 | 56 | 104 | 53 |
| Binary | 10111010 | 10010110 | 100011 | 0 | 10011 | 1010001 | 11011 | 101110 | 1000100 | 101011 |
Color Harmonies of #BA9623
Complementary color
Monochromatic Colors of #BA9623
Black with #BA9623
Text Example
Text Example
White with #BA9623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9623; }
p { color: rgb(186,150,35); }
H1.HeaderClassName
{
color: #BA9623;
}
.AnyTagClassName
{
color: #BA9623;
}
</style>
background-color css
<style>
a { background-color: #BA9623; }
a { background-color: rgb(186,150,35); }
div.DivClassName
{
background-color: #BA9623;
}
.BgClassName
{
background-color: #BA9623;
}
</style>
border-color css
<style>
span { border-color: #BA9623; }
span { border-color: rgb(186,150,35); }
td.TdClassName
{
border-color: #BA9623;
}
.TagClassName
{
border-color: #BA9623;
}
</style>