Shades of Marigold #BB8C3C
Tints of Marigold #BB8C3C
RGB
CMYK
RGB Variations
Color information
#BB8C3C (or 0xBB8C3C) is known color: Marigold. HEX triplet: BB, 8C and 3C. RGB value is (187,140,60). Sum of RGB (Red+Green+Blue) = 187+140+60=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C3C is #4473C3. Grayscale: #919191. Windows color (decimal): -4486084 or 3968187. OLE color: 3968187.
HSL color Cylindrical-coordinate representation of color #BB8C3C: hue angle of 37.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB8C3C is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 60 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.27 |
| HSL | 37.8º | 0.51% | 0.48% | - |
| HSV(B) | 37.8º | 0.68% | 0.73% | - |
| XYZ | 30.69 | 29.65 | 8.38 | - |
| YUV | 144.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 60 | 0 | 0.25 | 0.68 | 0.27 | 37.8 | 0.51 | 0.48 |
| Hex | BB | 8C | 3C | 0 | 19 | 44 | 1B | 26 | 33 | 30 |
| Octal | 273 | 214 | 74 | 0 | 31 | 104 | 33 | 46 | 63 | 60 |
| Binary | 10111011 | 10001100 | 111100 | 0 | 11001 | 1000100 | 11011 | 100110 | 110011 | 110000 |
Color Harmonies of #BB8C3C
Complementary color
Monochromatic Colors of #BB8C3C
Black with #BB8C3C
Text Example
Text Example
White with #BB8C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C3C; }
p { color: rgb(187,140,60); }
H1.HeaderClassName
{
color: #BB8C3C;
}
.AnyTagClassName
{
color: #BB8C3C;
}
</style>
background-color css
<style>
a { background-color: #BB8C3C; }
a { background-color: rgb(187,140,60); }
div.DivClassName
{
background-color: #BB8C3C;
}
.BgClassName
{
background-color: #BB8C3C;
}
</style>
border-color css
<style>
span { border-color: #BB8C3C; }
span { border-color: rgb(187,140,60); }
td.TdClassName
{
border-color: #BB8C3C;
}
.TagClassName
{
border-color: #BB8C3C;
}
</style>