Shades of Sahara #B89D2B
Tints of Sahara #B89D2B
RGB
CMYK
RGB Variations
Color information
#B89D2B (or 0xB89D2B) is known color: Sahara. HEX triplet: B8, 9D and 2B. RGB value is (184,157,43). Sum of RGB (Red+Green+Blue) = 184+157+43=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89D2B is #4762D4. Grayscale: #989898. Windows color (decimal): -4678357 or 2858424. OLE color: 2858424.
HSL color Cylindrical-coordinate representation of color #B89D2B: hue angle of 48.51º 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 #B89D2B is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 43 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.28 |
| HSL | 48.51º | 0.62% | 0.45% | - |
| HSV(B) | 48.51º | 0.77% | 0.72% | - |
| XYZ | 32.26 | 34.48 | 7.24 | - |
| YUV | 152.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 43 | 0 | 0.15 | 0.77 | 0.28 | 48.51 | 0.62 | 0.45 |
| Hex | B8 | 9D | 2B | 0 | F | 4D | 1C | 31 | 3E | 2D |
| Octal | 270 | 235 | 53 | 0 | 17 | 115 | 34 | 61 | 76 | 55 |
| Binary | 10111000 | 10011101 | 101011 | 0 | 1111 | 1001101 | 11100 | 110001 | 111110 | 101101 |
Color Harmonies of #B89D2B
Complementary color
Monochromatic Colors of #B89D2B
Black with #B89D2B
Text Example
Text Example
White with #B89D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D2B; }
p { color: rgb(184,157,43); }
H1.HeaderClassName
{
color: #B89D2B;
}
.AnyTagClassName
{
color: #B89D2B;
}
</style>
background-color css
<style>
a { background-color: #B89D2B; }
a { background-color: rgb(184,157,43); }
div.DivClassName
{
background-color: #B89D2B;
}
.BgClassName
{
background-color: #B89D2B;
}
</style>
border-color css
<style>
span { border-color: #B89D2B; }
span { border-color: rgb(184,157,43); }
td.TdClassName
{
border-color: #B89D2B;
}
.TagClassName
{
border-color: #B89D2B;
}
</style>