Shades of Marigold #BB8740
Tints of Marigold #BB8740
RGB
CMYK
RGB Variations
Color information
#BB8740 (or 0xBB8740) is known color: Marigold. HEX triplet: BB, 87 and 40. RGB value is (187,135,64). Sum of RGB (Red+Green+Blue) = 187+135+64=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8740 is #4478BF. Grayscale: #8E8E8E. Windows color (decimal): -4487360 or 4229051. OLE color: 4229051.
HSL color Cylindrical-coordinate representation of color #BB8740: hue angle of 34.63º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB8740 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 64 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.27 |
| HSL | 34.63º | 0.49% | 0.49% | - |
| HSV(B) | 34.63º | 0.66% | 0.73% | - |
| XYZ | 30.08 | 28.26 | 8.72 | - |
| YUV | 142.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 64 | 0 | 0.28 | 0.66 | 0.27 | 34.63 | 0.49 | 0.49 |
| Hex | BB | 87 | 40 | 0 | 1C | 42 | 1B | 23 | 31 | 31 |
| Octal | 273 | 207 | 100 | 0 | 34 | 102 | 33 | 43 | 61 | 61 |
| Binary | 10111011 | 10000111 | 1000000 | 0 | 11100 | 1000010 | 11011 | 100011 | 110001 | 110001 |
Color Harmonies of #BB8740
Complementary color
Monochromatic Colors of #BB8740
Black with #BB8740
Text Example
Text Example
White with #BB8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8740; }
p { color: rgb(187,135,64); }
H1.HeaderClassName
{
color: #BB8740;
}
.AnyTagClassName
{
color: #BB8740;
}
</style>
background-color css
<style>
a { background-color: #BB8740; }
a { background-color: rgb(187,135,64); }
div.DivClassName
{
background-color: #BB8740;
}
.BgClassName
{
background-color: #BB8740;
}
</style>
border-color css
<style>
span { border-color: #BB8740; }
span { border-color: rgb(187,135,64); }
td.TdClassName
{
border-color: #BB8740;
}
.TagClassName
{
border-color: #BB8740;
}
</style>