Shades of Sahara #B89E30
Tints of Sahara #B89E30
RGB
CMYK
RGB Variations
Color information
#B89E30 (or 0xB89E30) is known color: Sahara. HEX triplet: B8, 9E and 30. RGB value is (184,158,48). Sum of RGB (Red+Green+Blue) = 184+158+48=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89E30 is #4761CF. Grayscale: #999999. Windows color (decimal): -4678096 or 3186360. OLE color: 3186360.
HSL color Cylindrical-coordinate representation of color #B89E30: hue angle of 48.53º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B89E30 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 48 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.28 |
| HSL | 48.53º | 0.59% | 0.45% | - |
| HSV(B) | 48.53º | 0.74% | 0.72% | - |
| XYZ | 32.53 | 34.86 | 7.81 | - |
| YUV | 153.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 48 | 0 | 0.14 | 0.74 | 0.28 | 48.53 | 0.59 | 0.45 |
| Hex | B8 | 9E | 30 | 0 | E | 4A | 1C | 31 | 3B | 2D |
| Octal | 270 | 236 | 60 | 0 | 16 | 112 | 34 | 61 | 73 | 55 |
| Binary | 10111000 | 10011110 | 110000 | 0 | 1110 | 1001010 | 11100 | 110001 | 111011 | 101101 |
Color Harmonies of #B89E30
Complementary color
Monochromatic Colors of #B89E30
Black with #B89E30
Text Example
Text Example
White with #B89E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89E30; }
p { color: rgb(184,158,48); }
H1.HeaderClassName
{
color: #B89E30;
}
.AnyTagClassName
{
color: #B89E30;
}
</style>
background-color css
<style>
a { background-color: #B89E30; }
a { background-color: rgb(184,158,48); }
div.DivClassName
{
background-color: #B89E30;
}
.BgClassName
{
background-color: #B89E30;
}
</style>
border-color css
<style>
span { border-color: #B89E30; }
span { border-color: rgb(184,158,48); }
td.TdClassName
{
border-color: #B89E30;
}
.TagClassName
{
border-color: #B89E30;
}
</style>