Shades of Marigold #BB8C3E
Tints of Marigold #BB8C3E
RGB
CMYK
RGB Variations
Color information
#BB8C3E (or 0xBB8C3E) is known color: Marigold. HEX triplet: BB, 8C and 3E. RGB value is (187,140,62). Sum of RGB (Red+Green+Blue) = 187+140+62=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C3E is #4473C1. Grayscale: #919191. Windows color (decimal): -4486082 or 4099259. OLE color: 4099259.
HSL color Cylindrical-coordinate representation of color #BB8C3E: hue angle of 37.44º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB8C3E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 62 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.27 |
| HSL | 37.44º | 0.5% | 0.49% | - |
| HSV(B) | 37.44º | 0.67% | 0.73% | - |
| XYZ | 30.74 | 29.67 | 8.66 | - |
| YUV | 145.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 62 | 0 | 0.25 | 0.67 | 0.27 | 37.44 | 0.5 | 0.49 |
| Hex | BB | 8C | 3E | 0 | 19 | 43 | 1B | 25 | 32 | 31 |
| Octal | 273 | 214 | 76 | 0 | 31 | 103 | 33 | 45 | 62 | 61 |
| Binary | 10111011 | 10001100 | 111110 | 0 | 11001 | 1000011 | 11011 | 100101 | 110010 | 110001 |
Color Harmonies of #BB8C3E
Complementary color
Monochromatic Colors of #BB8C3E
Black with #BB8C3E
Text Example
Text Example
White with #BB8C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C3E; }
p { color: rgb(187,140,62); }
H1.HeaderClassName
{
color: #BB8C3E;
}
.AnyTagClassName
{
color: #BB8C3E;
}
</style>
background-color css
<style>
a { background-color: #BB8C3E; }
a { background-color: rgb(187,140,62); }
div.DivClassName
{
background-color: #BB8C3E;
}
.BgClassName
{
background-color: #BB8C3E;
}
</style>
border-color css
<style>
span { border-color: #BB8C3E; }
span { border-color: rgb(187,140,62); }
td.TdClassName
{
border-color: #BB8C3E;
}
.TagClassName
{
border-color: #BB8C3E;
}
</style>