Shades of Marigold #BB873F
Tints of Marigold #BB873F
RGB
CMYK
RGB Variations
Color information
#BB873F (or 0xBB873F) is known color: Marigold. HEX triplet: BB, 87 and 3F. RGB value is (187,135,63). Sum of RGB (Red+Green+Blue) = 187+135+63=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB873F is #4478C0. Grayscale: #8E8E8E. Windows color (decimal): -4487361 or 4163515. OLE color: 4163515.
HSL color Cylindrical-coordinate representation of color #BB873F: hue angle of 34.84º degrees, saturation: 0.5, 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 #BB873F is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 63 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.27 |
| HSL | 34.84º | 0.5% | 0.49% | - |
| HSV(B) | 34.84º | 0.66% | 0.73% | - |
| XYZ | 30.05 | 28.25 | 8.57 | - |
| YUV | 142.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 63 | 0 | 0.28 | 0.66 | 0.27 | 34.84 | 0.5 | 0.49 |
| Hex | BB | 87 | 3F | 0 | 1C | 42 | 1B | 23 | 32 | 31 |
| Octal | 273 | 207 | 77 | 0 | 34 | 102 | 33 | 43 | 62 | 61 |
| Binary | 10111011 | 10000111 | 111111 | 0 | 11100 | 1000010 | 11011 | 100011 | 110010 | 110001 |
Color Harmonies of #BB873F
Complementary color
Monochromatic Colors of #BB873F
Black with #BB873F
Text Example
Text Example
White with #BB873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB873F; }
p { color: rgb(187,135,63); }
H1.HeaderClassName
{
color: #BB873F;
}
.AnyTagClassName
{
color: #BB873F;
}
</style>
background-color css
<style>
a { background-color: #BB873F; }
a { background-color: rgb(187,135,63); }
div.DivClassName
{
background-color: #BB873F;
}
.BgClassName
{
background-color: #BB873F;
}
</style>
border-color css
<style>
span { border-color: #BB873F; }
span { border-color: rgb(187,135,63); }
td.TdClassName
{
border-color: #BB873F;
}
.TagClassName
{
border-color: #BB873F;
}
</style>