Shades of Marigold #BB893A
Tints of Marigold #BB893A
RGB
CMYK
RGB Variations
Color information
#BB893A (or 0xBB893A) is known color: Marigold. HEX triplet: BB, 89 and 3A. RGB value is (187,137,58). Sum of RGB (Red+Green+Blue) = 187+137+58=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB893A is #4476C5. Grayscale: #8F8F8F. Windows color (decimal): -4486854 or 3836347. OLE color: 3836347.
HSL color Cylindrical-coordinate representation of color #BB893A: hue angle of 36.74º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB893A is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 58 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.27 |
| HSL | 36.74º | 0.53% | 0.48% | - |
| HSV(B) | 36.74º | 0.69% | 0.73% | - |
| XYZ | 30.2 | 28.76 | 7.96 | - |
| YUV | 142.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 58 | 0 | 0.27 | 0.69 | 0.27 | 36.74 | 0.53 | 0.48 |
| Hex | BB | 89 | 3A | 0 | 1B | 45 | 1B | 25 | 35 | 30 |
| Octal | 273 | 211 | 72 | 0 | 33 | 105 | 33 | 45 | 65 | 60 |
| Binary | 10111011 | 10001001 | 111010 | 0 | 11011 | 1000101 | 11011 | 100101 | 110101 | 110000 |
Color Harmonies of #BB893A
Complementary color
Monochromatic Colors of #BB893A
Black with #BB893A
Text Example
Text Example
White with #BB893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB893A; }
p { color: rgb(187,137,58); }
H1.HeaderClassName
{
color: #BB893A;
}
.AnyTagClassName
{
color: #BB893A;
}
</style>
background-color css
<style>
a { background-color: #BB893A; }
a { background-color: rgb(187,137,58); }
div.DivClassName
{
background-color: #BB893A;
}
.BgClassName
{
background-color: #BB893A;
}
</style>
border-color css
<style>
span { border-color: #BB893A; }
span { border-color: rgb(187,137,58); }
td.TdClassName
{
border-color: #BB893A;
}
.TagClassName
{
border-color: #BB893A;
}
</style>