Shades of Sahara #B89C32
Tints of Sahara #B89C32
RGB
CMYK
RGB Variations
Color information
#B89C32 (or 0xB89C32) is known color: Sahara. HEX triplet: B8, 9C and 32. RGB value is (184,156,50). Sum of RGB (Red+Green+Blue) = 184+156+50=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C32 is #4763CD. Grayscale: #989898. Windows color (decimal): -4678606 or 3316920. OLE color: 3316920.
HSL color Cylindrical-coordinate representation of color #B89C32: hue angle of 47.46º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B89C32 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 50 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.28 |
| HSL | 47.46º | 0.57% | 0.46% | - |
| HSV(B) | 47.46º | 0.73% | 0.72% | - |
| XYZ | 32.23 | 34.2 | 7.92 | - |
| YUV | 152.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 50 | 0 | 0.15 | 0.73 | 0.28 | 47.46 | 0.57 | 0.46 |
| Hex | B8 | 9C | 32 | 0 | F | 49 | 1C | 2F | 39 | 2E |
| Octal | 270 | 234 | 62 | 0 | 17 | 111 | 34 | 57 | 71 | 56 |
| Binary | 10111000 | 10011100 | 110010 | 0 | 1111 | 1001001 | 11100 | 101111 | 111001 | 101110 |
Color Harmonies of #B89C32
Complementary color
Monochromatic Colors of #B89C32
Black with #B89C32
Text Example
Text Example
White with #B89C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C32; }
p { color: rgb(184,156,50); }
H1.HeaderClassName
{
color: #B89C32;
}
.AnyTagClassName
{
color: #B89C32;
}
</style>
background-color css
<style>
a { background-color: #B89C32; }
a { background-color: rgb(184,156,50); }
div.DivClassName
{
background-color: #B89C32;
}
.BgClassName
{
background-color: #B89C32;
}
</style>
border-color css
<style>
span { border-color: #B89C32; }
span { border-color: rgb(184,156,50); }
td.TdClassName
{
border-color: #B89C32;
}
.TagClassName
{
border-color: #B89C32;
}
</style>