Shades of Sahara #B89625
Tints of Sahara #B89625
RGB
CMYK
RGB Variations
Color information
#B89625 (or 0xB89625) is known color: Sahara. HEX triplet: B8, 96 and 25. RGB value is (184,150,37). Sum of RGB (Red+Green+Blue) = 184+150+37=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B89625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89625 is #4769DA. Grayscale: #939393. Windows color (decimal): -4680155 or 2463416. OLE color: 2463416.
HSL color Cylindrical-coordinate representation of color #B89625: hue angle of 46.12º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B89625 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 37 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.28 |
| HSL | 46.12º | 0.67% | 0.43% | - |
| HSV(B) | 46.12º | 0.8% | 0.72% | - |
| XYZ | 31.01 | 32.14 | 6.32 | - |
| YUV | 147.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 37 | 0 | 0.18 | 0.80 | 0.28 | 46.12 | 0.67 | 0.43 |
| Hex | B8 | 96 | 25 | 0 | 12 | 50 | 1C | 2E | 43 | 2B |
| Octal | 270 | 226 | 45 | 0 | 22 | 120 | 34 | 56 | 103 | 53 |
| Binary | 10111000 | 10010110 | 100101 | 0 | 10010 | 1010000 | 11100 | 101110 | 1000011 | 101011 |
Color Harmonies of #B89625
Complementary color
Monochromatic Colors of #B89625
Black with #B89625
Text Example
Text Example
White with #B89625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89625; }
p { color: rgb(184,150,37); }
H1.HeaderClassName
{
color: #B89625;
}
.AnyTagClassName
{
color: #B89625;
}
</style>
background-color css
<style>
a { background-color: #B89625; }
a { background-color: rgb(184,150,37); }
div.DivClassName
{
background-color: #B89625;
}
.BgClassName
{
background-color: #B89625;
}
</style>
border-color css
<style>
span { border-color: #B89625; }
span { border-color: rgb(184,150,37); }
td.TdClassName
{
border-color: #B89625;
}
.TagClassName
{
border-color: #B89625;
}
</style>