Shades of Sahara #B89322
Tints of Sahara #B89322
RGB
CMYK
RGB Variations
Color information
#B89322 (or 0xB89322) is known color: Sahara. HEX triplet: B8, 93 and 22. RGB value is (184,147,34). Sum of RGB (Red+Green+Blue) = 184+147+34=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B89322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89322 is #476CDD. Grayscale: #919191. Windows color (decimal): -4680926 or 2266040. OLE color: 2266040.
HSL color Cylindrical-coordinate representation of color #B89322: hue angle of 45.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B89322 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 34 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.28 |
| HSL | 45.2º | 0.69% | 0.43% | - |
| HSV(B) | 45.2º | 0.82% | 0.72% | - |
| XYZ | 30.49 | 31.17 | 5.92 | - |
| YUV | 145.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 34 | 0 | 0.20 | 0.82 | 0.28 | 45.2 | 0.69 | 0.43 |
| Hex | B8 | 93 | 22 | 0 | 14 | 52 | 1C | 2D | 45 | 2B |
| Octal | 270 | 223 | 42 | 0 | 24 | 122 | 34 | 55 | 105 | 53 |
| Binary | 10111000 | 10010011 | 100010 | 0 | 10100 | 1010010 | 11100 | 101101 | 1000101 | 101011 |
Color Harmonies of #B89322
Complementary color
Monochromatic Colors of #B89322
Black with #B89322
Text Example
Text Example
White with #B89322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89322; }
p { color: rgb(184,147,34); }
H1.HeaderClassName
{
color: #B89322;
}
.AnyTagClassName
{
color: #B89322;
}
</style>
background-color css
<style>
a { background-color: #B89322; }
a { background-color: rgb(184,147,34); }
div.DivClassName
{
background-color: #B89322;
}
.BgClassName
{
background-color: #B89322;
}
</style>
border-color css
<style>
span { border-color: #B89322; }
span { border-color: rgb(184,147,34); }
td.TdClassName
{
border-color: #B89322;
}
.TagClassName
{
border-color: #B89322;
}
</style>