Shades of Sahara #B89822
Tints of Sahara #B89822
RGB
CMYK
RGB Variations
Color information
#B89822 (or 0xB89822) is known color: Sahara. HEX triplet: B8, 98 and 22. RGB value is (184,152,34). Sum of RGB (Red+Green+Blue) = 184+152+34=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B89822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89822 is #4767DD. Grayscale: #949494. Windows color (decimal): -4679646 or 2267320. OLE color: 2267320.
HSL color Cylindrical-coordinate representation of color #B89822: hue angle of 47.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 #B89822 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 34 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.28 |
| HSL | 47.2º | 0.69% | 0.43% | - |
| HSV(B) | 47.2º | 0.82% | 0.72% | - |
| XYZ | 31.28 | 32.76 | 6.19 | - |
| YUV | 148.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 34 | 0 | 0.17 | 0.82 | 0.28 | 47.2 | 0.69 | 0.43 |
| Hex | B8 | 98 | 22 | 0 | 11 | 52 | 1C | 2F | 45 | 2B |
| Octal | 270 | 230 | 42 | 0 | 21 | 122 | 34 | 57 | 105 | 53 |
| Binary | 10111000 | 10011000 | 100010 | 0 | 10001 | 1010010 | 11100 | 101111 | 1000101 | 101011 |
Color Harmonies of #B89822
Complementary color
Monochromatic Colors of #B89822
Black with #B89822
Text Example
Text Example
White with #B89822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89822; }
p { color: rgb(184,152,34); }
H1.HeaderClassName
{
color: #B89822;
}
.AnyTagClassName
{
color: #B89822;
}
</style>
background-color css
<style>
a { background-color: #B89822; }
a { background-color: rgb(184,152,34); }
div.DivClassName
{
background-color: #B89822;
}
.BgClassName
{
background-color: #B89822;
}
</style>
border-color css
<style>
span { border-color: #B89822; }
span { border-color: rgb(184,152,34); }
td.TdClassName
{
border-color: #B89822;
}
.TagClassName
{
border-color: #B89822;
}
</style>