Shades of Sahara #B89E2F
Tints of Sahara #B89E2F
RGB
CMYK
RGB Variations
Color information
#B89E2F (or 0xB89E2F) is known color: Sahara. HEX triplet: B8, 9E and 2F. RGB value is (184,158,47). Sum of RGB (Red+Green+Blue) = 184+158+47=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89E2F is #4761D0. Grayscale: #999999. Windows color (decimal): -4678097 or 3120824. OLE color: 3120824.
HSL color Cylindrical-coordinate representation of color #B89E2F: hue angle of 48.61º 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 #B89E2F is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 47 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.28 |
| HSL | 48.61º | 0.59% | 0.45% | - |
| HSV(B) | 48.61º | 0.74% | 0.72% | - |
| XYZ | 32.51 | 34.85 | 7.7 | - |
| YUV | 153.12 | 68.11 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 47 | 0 | 0.14 | 0.74 | 0.28 | 48.61 | 0.59 | 0.45 |
| Hex | B8 | 9E | 2F | 0 | E | 4A | 1C | 31 | 3B | 2D |
| Octal | 270 | 236 | 57 | 0 | 16 | 112 | 34 | 61 | 73 | 55 |
| Binary | 10111000 | 10011110 | 101111 | 0 | 1110 | 1001010 | 11100 | 110001 | 111011 | 101101 |
Color Harmonies of #B89E2F
Complementary color
Monochromatic Colors of #B89E2F
Black with #B89E2F
Text Example
Text Example
White with #B89E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89E2F; }
p { color: rgb(184,158,47); }
H1.HeaderClassName
{
color: #B89E2F;
}
.AnyTagClassName
{
color: #B89E2F;
}
</style>
background-color css
<style>
a { background-color: #B89E2F; }
a { background-color: rgb(184,158,47); }
div.DivClassName
{
background-color: #B89E2F;
}
.BgClassName
{
background-color: #B89E2F;
}
</style>
border-color css
<style>
span { border-color: #B89E2F; }
span { border-color: rgb(184,158,47); }
td.TdClassName
{
border-color: #B89E2F;
}
.TagClassName
{
border-color: #B89E2F;
}
</style>