Shades of Sahara #B89B2B
Tints of Sahara #B89B2B
RGB
CMYK
RGB Variations
Color information
#B89B2B (or 0xB89B2B) is known color: Sahara. HEX triplet: B8, 9B and 2B. RGB value is (184,155,43). Sum of RGB (Red+Green+Blue) = 184+155+43=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89B2B is #4764D4. Grayscale: #979797. Windows color (decimal): -4678869 or 2857912. OLE color: 2857912.
HSL color Cylindrical-coordinate representation of color #B89B2B: hue angle of 47.66º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B89B2B is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 43 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.28 |
| HSL | 47.66º | 0.62% | 0.45% | - |
| HSV(B) | 47.66º | 0.77% | 0.72% | - |
| XYZ | 31.92 | 33.81 | 7.13 | - |
| YUV | 150.9 | 67.11 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 43 | 0 | 0.16 | 0.77 | 0.28 | 47.66 | 0.62 | 0.45 |
| Hex | B8 | 9B | 2B | 0 | 10 | 4D | 1C | 30 | 3E | 2D |
| Octal | 270 | 233 | 53 | 0 | 20 | 115 | 34 | 60 | 76 | 55 |
| Binary | 10111000 | 10011011 | 101011 | 0 | 10000 | 1001101 | 11100 | 110000 | 111110 | 101101 |
Color Harmonies of #B89B2B
Complementary color
Monochromatic Colors of #B89B2B
Black with #B89B2B
Text Example
Text Example
White with #B89B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B2B; }
p { color: rgb(184,155,43); }
H1.HeaderClassName
{
color: #B89B2B;
}
.AnyTagClassName
{
color: #B89B2B;
}
</style>
background-color css
<style>
a { background-color: #B89B2B; }
a { background-color: rgb(184,155,43); }
div.DivClassName
{
background-color: #B89B2B;
}
.BgClassName
{
background-color: #B89B2B;
}
</style>
border-color css
<style>
span { border-color: #B89B2B; }
span { border-color: rgb(184,155,43); }
td.TdClassName
{
border-color: #B89B2B;
}
.TagClassName
{
border-color: #B89B2B;
}
</style>