Shades of Marigold #BB8938
Tints of Marigold #BB8938
RGB
CMYK
RGB Variations
Color information
#BB8938 (or 0xBB8938) is known color: Marigold. HEX triplet: BB, 89 and 38. RGB value is (187,137,56). Sum of RGB (Red+Green+Blue) = 187+137+56=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8938 is #4476C7. Grayscale: #8F8F8F. Windows color (decimal): -4486856 or 3705275. OLE color: 3705275.
HSL color Cylindrical-coordinate representation of color #BB8938: hue angle of 37.1º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB8938 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 56 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.27 |
| HSL | 37.1º | 0.54% | 0.48% | - |
| HSV(B) | 37.1º | 0.7% | 0.73% | - |
| XYZ | 30.15 | 28.74 | 7.7 | - |
| YUV | 142.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 56 | 0 | 0.27 | 0.70 | 0.27 | 37.1 | 0.54 | 0.48 |
| Hex | BB | 89 | 38 | 0 | 1B | 46 | 1B | 25 | 36 | 30 |
| Octal | 273 | 211 | 70 | 0 | 33 | 106 | 33 | 45 | 66 | 60 |
| Binary | 10111011 | 10001001 | 111000 | 0 | 11011 | 1000110 | 11011 | 100101 | 110110 | 110000 |
Color Harmonies of #BB8938
Complementary color
Monochromatic Colors of #BB8938
Black with #BB8938
Text Example
Text Example
White with #BB8938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8938; }
p { color: rgb(187,137,56); }
H1.HeaderClassName
{
color: #BB8938;
}
.AnyTagClassName
{
color: #BB8938;
}
</style>
background-color css
<style>
a { background-color: #BB8938; }
a { background-color: rgb(187,137,56); }
div.DivClassName
{
background-color: #BB8938;
}
.BgClassName
{
background-color: #BB8938;
}
</style>
border-color css
<style>
span { border-color: #BB8938; }
span { border-color: rgb(187,137,56); }
td.TdClassName
{
border-color: #BB8938;
}
.TagClassName
{
border-color: #BB8938;
}
</style>