Shades of Sahara #B89B2C
Tints of Sahara #B89B2C
RGB
CMYK
RGB Variations
Color information
#B89B2C (or 0xB89B2C) is known color: Sahara. HEX triplet: B8, 9B and 2C. RGB value is (184,155,44). Sum of RGB (Red+Green+Blue) = 184+155+44=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89B2C is #4764D3. Grayscale: #979797. Windows color (decimal): -4678868 or 2923448. OLE color: 2923448.
HSL color Cylindrical-coordinate representation of color #B89B2C: hue angle of 47.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B89B2C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 44 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.28 |
| HSL | 47.57º | 0.61% | 0.45% | - |
| HSV(B) | 47.57º | 0.76% | 0.72% | - |
| XYZ | 31.94 | 33.81 | 7.23 | - |
| YUV | 151.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 44 | 0 | 0.16 | 0.76 | 0.28 | 47.57 | 0.61 | 0.45 |
| Hex | B8 | 9B | 2C | 0 | 10 | 4C | 1C | 30 | 3D | 2D |
| Octal | 270 | 233 | 54 | 0 | 20 | 114 | 34 | 60 | 75 | 55 |
| Binary | 10111000 | 10011011 | 101100 | 0 | 10000 | 1001100 | 11100 | 110000 | 111101 | 101101 |
Color Harmonies of #B89B2C
Complementary color
Monochromatic Colors of #B89B2C
Black with #B89B2C
Text Example
Text Example
White with #B89B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B2C; }
p { color: rgb(184,155,44); }
H1.HeaderClassName
{
color: #B89B2C;
}
.AnyTagClassName
{
color: #B89B2C;
}
</style>
background-color css
<style>
a { background-color: #B89B2C; }
a { background-color: rgb(184,155,44); }
div.DivClassName
{
background-color: #B89B2C;
}
.BgClassName
{
background-color: #B89B2C;
}
</style>
border-color css
<style>
span { border-color: #B89B2C; }
span { border-color: rgb(184,155,44); }
td.TdClassName
{
border-color: #B89B2C;
}
.TagClassName
{
border-color: #B89B2C;
}
</style>