Shades of Bitter #8B905E
Tints of Bitter #8B905E
RGB
CMYK
RGB Variations
Color information
#8B905E (or 0x8B905E) is known color: Bitter. HEX triplet: 8B, 90 and 5E. RGB value is (139,144,94). Sum of RGB (Red+Green+Blue) = 139+144+94=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #8B905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B905E is #746FA1. Grayscale: #898989. Windows color (decimal): -7630754 or 6197387. OLE color: 6197387.
HSL color Cylindrical-coordinate representation of color #8B905E: hue angle of 66º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B905E is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 144 | 94 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.44 |
| HSL | 66º | 0.21% | 0.47% | - |
| HSV(B) | 66º | 0.35% | 0.56% | - |
| XYZ | 22.64 | 26.24 | 14.46 | - |
| YUV | 136.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 94 | 0.03 | 0 | 0.35 | 0.44 | 66 | 0.21 | 0.47 |
| Hex | 8B | 90 | 5E | 3 | 0 | 23 | 2C | 42 | 15 | 2F |
| Octal | 213 | 220 | 136 | 3 | 0 | 43 | 54 | 102 | 25 | 57 |
| Binary | 10001011 | 10010000 | 1011110 | 11 | 0 | 100011 | 101100 | 1000010 | 10101 | 101111 |
Color Harmonies of #8B905E
Complementary color
Monochromatic Colors of #8B905E
Black with #8B905E
Text Example
Text Example
White with #8B905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B905E; }
p { color: rgb(139,144,94); }
H1.HeaderClassName
{
color: #8B905E;
}
.AnyTagClassName
{
color: #8B905E;
}
</style>
background-color css
<style>
a { background-color: #8B905E; }
a { background-color: rgb(139,144,94); }
div.DivClassName
{
background-color: #8B905E;
}
.BgClassName
{
background-color: #8B905E;
}
</style>
border-color css
<style>
span { border-color: #8B905E; }
span { border-color: rgb(139,144,94); }
td.TdClassName
{
border-color: #8B905E;
}
.TagClassName
{
border-color: #8B905E;
}
</style>