Shades of Sahara #B89F34
Tints of Sahara #B89F34
RGB
CMYK
RGB Variations
Color information
#B89F34 (or 0xB89F34) is known color: Sahara. HEX triplet: B8, 9F and 34. RGB value is (184,159,52). Sum of RGB (Red+Green+Blue) = 184+159+52=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89F34 is #4760CB. Grayscale: #9A9A9A. Windows color (decimal): -4677836 or 3448760. OLE color: 3448760.
HSL color Cylindrical-coordinate representation of color #B89F34: hue angle of 48.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B89F34 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 52 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.28 |
| HSL | 48.64º | 0.56% | 0.46% | - |
| HSV(B) | 48.64º | 0.72% | 0.72% | - |
| XYZ | 32.79 | 35.23 | 8.32 | - |
| YUV | 154.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 52 | 0 | 0.14 | 0.72 | 0.28 | 48.64 | 0.56 | 0.46 |
| Hex | B8 | 9F | 34 | 0 | E | 48 | 1C | 31 | 38 | 2E |
| Octal | 270 | 237 | 64 | 0 | 16 | 110 | 34 | 61 | 70 | 56 |
| Binary | 10111000 | 10011111 | 110100 | 0 | 1110 | 1001000 | 11100 | 110001 | 111000 | 101110 |
Color Harmonies of #B89F34
Complementary color
Monochromatic Colors of #B89F34
Black with #B89F34
Text Example
Text Example
White with #B89F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F34; }
p { color: rgb(184,159,52); }
H1.HeaderClassName
{
color: #B89F34;
}
.AnyTagClassName
{
color: #B89F34;
}
</style>
background-color css
<style>
a { background-color: #B89F34; }
a { background-color: rgb(184,159,52); }
div.DivClassName
{
background-color: #B89F34;
}
.BgClassName
{
background-color: #B89F34;
}
</style>
border-color css
<style>
span { border-color: #B89F34; }
span { border-color: rgb(184,159,52); }
td.TdClassName
{
border-color: #B89F34;
}
.TagClassName
{
border-color: #B89F34;
}
</style>