Shades of Sahara #B89C21
Tints of Sahara #B89C21
RGB
CMYK
RGB Variations
Color information
#B89C21 (or 0xB89C21) is known color: Sahara. HEX triplet: B8, 9C and 21. RGB value is (184,156,33). Sum of RGB (Red+Green+Blue) = 184+156+33=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C21 is #4763DE. Grayscale: #969696. Windows color (decimal): -4678623 or 2202808. OLE color: 2202808.
HSL color Cylindrical-coordinate representation of color #B89C21: hue angle of 48.87º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B89C21 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 33 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.28 |
| HSL | 48.87º | 0.7% | 0.43% | - |
| HSV(B) | 48.87º | 0.82% | 0.72% | - |
| XYZ | 31.93 | 34.08 | 6.33 | - |
| YUV | 150.35 | 61.78 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 33 | 0 | 0.15 | 0.82 | 0.28 | 48.87 | 0.7 | 0.43 |
| Hex | B8 | 9C | 21 | 0 | F | 52 | 1C | 31 | 46 | 2B |
| Octal | 270 | 234 | 41 | 0 | 17 | 122 | 34 | 61 | 106 | 53 |
| Binary | 10111000 | 10011100 | 100001 | 0 | 1111 | 1010010 | 11100 | 110001 | 1000110 | 101011 |
Color Harmonies of #B89C21
Complementary color
Monochromatic Colors of #B89C21
Black with #B89C21
Text Example
Text Example
White with #B89C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C21; }
p { color: rgb(184,156,33); }
H1.HeaderClassName
{
color: #B89C21;
}
.AnyTagClassName
{
color: #B89C21;
}
</style>
background-color css
<style>
a { background-color: #B89C21; }
a { background-color: rgb(184,156,33); }
div.DivClassName
{
background-color: #B89C21;
}
.BgClassName
{
background-color: #B89C21;
}
</style>
border-color css
<style>
span { border-color: #B89C21; }
span { border-color: rgb(184,156,33); }
td.TdClassName
{
border-color: #B89C21;
}
.TagClassName
{
border-color: #B89C21;
}
</style>