Shades of Marigold #BB873C
Tints of Marigold #BB873C
RGB
CMYK
RGB Variations
Color information
#BB873C (or 0xBB873C) is known color: Marigold. HEX triplet: BB, 87 and 3C. RGB value is (187,135,60). Sum of RGB (Red+Green+Blue) = 187+135+60=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB873C is #4478C3. Grayscale: #8E8E8E. Windows color (decimal): -4487364 or 3966907. OLE color: 3966907.
HSL color Cylindrical-coordinate representation of color #BB873C: hue angle of 35.43º 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 #BB873C is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 60 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.27 |
| HSL | 35.43º | 0.51% | 0.48% | - |
| HSV(B) | 35.43º | 0.68% | 0.73% | - |
| XYZ | 29.97 | 28.22 | 8.14 | - |
| YUV | 142 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 60 | 0 | 0.28 | 0.68 | 0.27 | 35.43 | 0.51 | 0.48 |
| Hex | BB | 87 | 3C | 0 | 1C | 44 | 1B | 23 | 33 | 30 |
| Octal | 273 | 207 | 74 | 0 | 34 | 104 | 33 | 43 | 63 | 60 |
| Binary | 10111011 | 10000111 | 111100 | 0 | 11100 | 1000100 | 11011 | 100011 | 110011 | 110000 |
Color Harmonies of #BB873C
Complementary color
Monochromatic Colors of #BB873C
Black with #BB873C
Text Example
Text Example
White with #BB873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB873C; }
p { color: rgb(187,135,60); }
H1.HeaderClassName
{
color: #BB873C;
}
.AnyTagClassName
{
color: #BB873C;
}
</style>
background-color css
<style>
a { background-color: #BB873C; }
a { background-color: rgb(187,135,60); }
div.DivClassName
{
background-color: #BB873C;
}
.BgClassName
{
background-color: #BB873C;
}
</style>
border-color css
<style>
span { border-color: #BB873C; }
span { border-color: rgb(187,135,60); }
td.TdClassName
{
border-color: #BB873C;
}
.TagClassName
{
border-color: #BB873C;
}
</style>