Shades of Marigold #BB8945
Tints of Marigold #BB8945
RGB
CMYK
RGB Variations
Color information
#BB8945 (or 0xBB8945) is known color: Marigold. HEX triplet: BB, 89 and 45. RGB value is (187,137,69). Sum of RGB (Red+Green+Blue) = 187+137+69=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8945 is #4476BA. Grayscale: #909090. Windows color (decimal): -4486843 or 4557243. OLE color: 4557243.
HSL color Cylindrical-coordinate representation of color #BB8945: hue angle of 34.58º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB8945 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 69 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.27 |
| HSL | 34.58º | 0.46% | 0.5% | - |
| HSV(B) | 34.58º | 0.63% | 0.73% | - |
| XYZ | 30.51 | 28.89 | 9.6 | - |
| YUV | 144.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 69 | 0 | 0.27 | 0.63 | 0.27 | 34.58 | 0.46 | 0.5 |
| Hex | BB | 89 | 45 | 0 | 1B | 3F | 1B | 23 | 2E | 32 |
| Octal | 273 | 211 | 105 | 0 | 33 | 77 | 33 | 43 | 56 | 62 |
| Binary | 10111011 | 10001001 | 1000101 | 0 | 11011 | 111111 | 11011 | 100011 | 101110 | 110010 |
Color Harmonies of #BB8945
Complementary color
Monochromatic Colors of #BB8945
Black with #BB8945
Text Example
Text Example
White with #BB8945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8945; }
p { color: rgb(187,137,69); }
H1.HeaderClassName
{
color: #BB8945;
}
.AnyTagClassName
{
color: #BB8945;
}
</style>
background-color css
<style>
a { background-color: #BB8945; }
a { background-color: rgb(187,137,69); }
div.DivClassName
{
background-color: #BB8945;
}
.BgClassName
{
background-color: #BB8945;
}
</style>
border-color css
<style>
span { border-color: #BB8945; }
span { border-color: rgb(187,137,69); }
td.TdClassName
{
border-color: #BB8945;
}
.TagClassName
{
border-color: #BB8945;
}
</style>