Shades of Sahara #B89626
Tints of Sahara #B89626
RGB
CMYK
RGB Variations
Color information
#B89626 (or 0xB89626) is known color: Sahara. HEX triplet: B8, 96 and 26. RGB value is (184,150,38). Sum of RGB (Red+Green+Blue) = 184+150+38=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B89626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89626 is #4769D9. Grayscale: #939393. Windows color (decimal): -4680154 or 2528952. OLE color: 2528952.
HSL color Cylindrical-coordinate representation of color #B89626: hue angle of 46.03º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B89626 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 38 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.28 |
| HSL | 46.03º | 0.66% | 0.44% | - |
| HSV(B) | 46.03º | 0.79% | 0.72% | - |
| XYZ | 31.02 | 32.14 | 6.4 | - |
| YUV | 147.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 38 | 0 | 0.18 | 0.79 | 0.28 | 46.03 | 0.66 | 0.44 |
| Hex | B8 | 96 | 26 | 0 | 12 | 4F | 1C | 2E | 42 | 2C |
| Octal | 270 | 226 | 46 | 0 | 22 | 117 | 34 | 56 | 102 | 54 |
| Binary | 10111000 | 10010110 | 100110 | 0 | 10010 | 1001111 | 11100 | 101110 | 1000010 | 101100 |
Color Harmonies of #B89626
Complementary color
Monochromatic Colors of #B89626
Black with #B89626
Text Example
Text Example
White with #B89626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89626; }
p { color: rgb(184,150,38); }
H1.HeaderClassName
{
color: #B89626;
}
.AnyTagClassName
{
color: #B89626;
}
</style>
background-color css
<style>
a { background-color: #B89626; }
a { background-color: rgb(184,150,38); }
div.DivClassName
{
background-color: #B89626;
}
.BgClassName
{
background-color: #B89626;
}
</style>
border-color css
<style>
span { border-color: #B89626; }
span { border-color: rgb(184,150,38); }
td.TdClassName
{
border-color: #B89626;
}
.TagClassName
{
border-color: #B89626;
}
</style>