Shades of Sahara #B89A2A
Tints of Sahara #B89A2A
RGB
CMYK
RGB Variations
Color information
#B89A2A (or 0xB89A2A) is known color: Sahara. HEX triplet: B8, 9A and 2A. RGB value is (184,154,42). Sum of RGB (Red+Green+Blue) = 184+154+42=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A2A is #4765D5. Grayscale: #969696. Windows color (decimal): -4679126 or 2792120. OLE color: 2792120.
HSL color Cylindrical-coordinate representation of color #B89A2A: hue angle of 47.32º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B89A2A is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 42 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.28 |
| HSL | 47.32º | 0.63% | 0.44% | - |
| HSV(B) | 47.32º | 0.77% | 0.72% | - |
| XYZ | 31.74 | 33.47 | 6.98 | - |
| YUV | 150.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 42 | 0 | 0.16 | 0.77 | 0.28 | 47.32 | 0.63 | 0.44 |
| Hex | B8 | 9A | 2A | 0 | 10 | 4D | 1C | 2F | 3F | 2C |
| Octal | 270 | 232 | 52 | 0 | 20 | 115 | 34 | 57 | 77 | 54 |
| Binary | 10111000 | 10011010 | 101010 | 0 | 10000 | 1001101 | 11100 | 101111 | 111111 | 101100 |
Color Harmonies of #B89A2A
Complementary color
Monochromatic Colors of #B89A2A
Black with #B89A2A
Text Example
Text Example
White with #B89A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A2A; }
p { color: rgb(184,154,42); }
H1.HeaderClassName
{
color: #B89A2A;
}
.AnyTagClassName
{
color: #B89A2A;
}
</style>
background-color css
<style>
a { background-color: #B89A2A; }
a { background-color: rgb(184,154,42); }
div.DivClassName
{
background-color: #B89A2A;
}
.BgClassName
{
background-color: #B89A2A;
}
</style>
border-color css
<style>
span { border-color: #B89A2A; }
span { border-color: rgb(184,154,42); }
td.TdClassName
{
border-color: #B89A2A;
}
.TagClassName
{
border-color: #B89A2A;
}
</style>