Shades of Sahara #B89C2C
Tints of Sahara #B89C2C
RGB
CMYK
RGB Variations
Color information
#B89C2C (or 0xB89C2C) is known color: Sahara. HEX triplet: B8, 9C and 2C. RGB value is (184,156,44). Sum of RGB (Red+Green+Blue) = 184+156+44=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C2C is #4763D3. Grayscale: #989898. Windows color (decimal): -4678612 or 2923704. OLE color: 2923704.
HSL color Cylindrical-coordinate representation of color #B89C2C: hue angle of 48º 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 #B89C2C is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 44 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.28 |
| HSL | 48º | 0.61% | 0.45% | - |
| HSV(B) | 48º | 0.76% | 0.72% | - |
| XYZ | 32.11 | 34.15 | 7.28 | - |
| YUV | 151.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 44 | 0 | 0.15 | 0.76 | 0.28 | 48 | 0.61 | 0.45 |
| Hex | B8 | 9C | 2C | 0 | F | 4C | 1C | 30 | 3D | 2D |
| Octal | 270 | 234 | 54 | 0 | 17 | 114 | 34 | 60 | 75 | 55 |
| Binary | 10111000 | 10011100 | 101100 | 0 | 1111 | 1001100 | 11100 | 110000 | 111101 | 101101 |
Color Harmonies of #B89C2C
Complementary color
Monochromatic Colors of #B89C2C
Black with #B89C2C
Text Example
Text Example
White with #B89C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C2C; }
p { color: rgb(184,156,44); }
H1.HeaderClassName
{
color: #B89C2C;
}
.AnyTagClassName
{
color: #B89C2C;
}
</style>
background-color css
<style>
a { background-color: #B89C2C; }
a { background-color: rgb(184,156,44); }
div.DivClassName
{
background-color: #B89C2C;
}
.BgClassName
{
background-color: #B89C2C;
}
</style>
border-color css
<style>
span { border-color: #B89C2C; }
span { border-color: rgb(184,156,44); }
td.TdClassName
{
border-color: #B89C2C;
}
.TagClassName
{
border-color: #B89C2C;
}
</style>