Shades of Marigold #BB883D
Tints of Marigold #BB883D
RGB
CMYK
RGB Variations
Color information
#BB883D (or 0xBB883D) is known color: Marigold. HEX triplet: BB, 88 and 3D. RGB value is (187,136,61). Sum of RGB (Red+Green+Blue) = 187+136+61=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB883D is #4477C2. Grayscale: #8F8F8F. Windows color (decimal): -4487107 or 4032699. OLE color: 4032699.
HSL color Cylindrical-coordinate representation of color #BB883D: hue angle of 35.71º degrees, saturation: 0.51, 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 #BB883D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 61 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.27 |
| HSL | 35.71º | 0.51% | 0.49% | - |
| HSV(B) | 35.71º | 0.67% | 0.73% | - |
| XYZ | 30.14 | 28.51 | 8.33 | - |
| YUV | 142.7 | 81.9 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 61 | 0 | 0.27 | 0.67 | 0.27 | 35.71 | 0.51 | 0.49 |
| Hex | BB | 88 | 3D | 0 | 1B | 43 | 1B | 24 | 33 | 31 |
| Octal | 273 | 210 | 75 | 0 | 33 | 103 | 33 | 44 | 63 | 61 |
| Binary | 10111011 | 10001000 | 111101 | 0 | 11011 | 1000011 | 11011 | 100100 | 110011 | 110001 |
Color Harmonies of #BB883D
Complementary color
Monochromatic Colors of #BB883D
Black with #BB883D
Text Example
Text Example
White with #BB883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB883D; }
p { color: rgb(187,136,61); }
H1.HeaderClassName
{
color: #BB883D;
}
.AnyTagClassName
{
color: #BB883D;
}
</style>
background-color css
<style>
a { background-color: #BB883D; }
a { background-color: rgb(187,136,61); }
div.DivClassName
{
background-color: #BB883D;
}
.BgClassName
{
background-color: #BB883D;
}
</style>
border-color css
<style>
span { border-color: #BB883D; }
span { border-color: rgb(187,136,61); }
td.TdClassName
{
border-color: #BB883D;
}
.TagClassName
{
border-color: #BB883D;
}
</style>