Shades of Sahara #B89927
Tints of Sahara #B89927
RGB
CMYK
RGB Variations
Color information
#B89927 (or 0xB89927) is known color: Sahara. HEX triplet: B8, 99 and 27. RGB value is (184,153,39). Sum of RGB (Red+Green+Blue) = 184+153+39=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B89927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89927 is #4766D8. Grayscale: #959595. Windows color (decimal): -4679385 or 2595256. OLE color: 2595256.
HSL color Cylindrical-coordinate representation of color #B89927: hue angle of 47.17º degrees, saturation: 0.65, 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 #B89927 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 39 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.28 |
| HSL | 47.17º | 0.65% | 0.44% | - |
| HSV(B) | 47.17º | 0.79% | 0.72% | - |
| XYZ | 31.52 | 33.12 | 6.65 | - |
| YUV | 149.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 39 | 0 | 0.17 | 0.79 | 0.28 | 47.17 | 0.65 | 0.44 |
| Hex | B8 | 99 | 27 | 0 | 11 | 4F | 1C | 2F | 41 | 2C |
| Octal | 270 | 231 | 47 | 0 | 21 | 117 | 34 | 57 | 101 | 54 |
| Binary | 10111000 | 10011001 | 100111 | 0 | 10001 | 1001111 | 11100 | 101111 | 1000001 | 101100 |
Color Harmonies of #B89927
Complementary color
Monochromatic Colors of #B89927
Black with #B89927
Text Example
Text Example
White with #B89927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89927; }
p { color: rgb(184,153,39); }
H1.HeaderClassName
{
color: #B89927;
}
.AnyTagClassName
{
color: #B89927;
}
</style>
background-color css
<style>
a { background-color: #B89927; }
a { background-color: rgb(184,153,39); }
div.DivClassName
{
background-color: #B89927;
}
.BgClassName
{
background-color: #B89927;
}
</style>
border-color css
<style>
span { border-color: #B89927; }
span { border-color: rgb(184,153,39); }
td.TdClassName
{
border-color: #B89927;
}
.TagClassName
{
border-color: #B89927;
}
</style>