Shades of Marigold #BB873D
Tints of Marigold #BB873D
RGB
CMYK
RGB Variations
Color information
#BB873D (or 0xBB873D) is known color: Marigold. HEX triplet: BB, 87 and 3D. RGB value is (187,135,61). Sum of RGB (Red+Green+Blue) = 187+135+61=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB873D is #4478C2. Grayscale: #8E8E8E. Windows color (decimal): -4487363 or 4032443. OLE color: 4032443.
HSL color Cylindrical-coordinate representation of color #BB873D: hue angle of 35.24º 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 #BB873D is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 61 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.27 |
| HSL | 35.24º | 0.51% | 0.49% | - |
| HSV(B) | 35.24º | 0.67% | 0.73% | - |
| XYZ | 30 | 28.23 | 8.28 | - |
| YUV | 142.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 61 | 0 | 0.28 | 0.67 | 0.27 | 35.24 | 0.51 | 0.49 |
| Hex | BB | 87 | 3D | 0 | 1C | 43 | 1B | 23 | 33 | 31 |
| Octal | 273 | 207 | 75 | 0 | 34 | 103 | 33 | 43 | 63 | 61 |
| Binary | 10111011 | 10000111 | 111101 | 0 | 11100 | 1000011 | 11011 | 100011 | 110011 | 110001 |
Color Harmonies of #BB873D
Complementary color
Monochromatic Colors of #BB873D
Black with #BB873D
Text Example
Text Example
White with #BB873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB873D; }
p { color: rgb(187,135,61); }
H1.HeaderClassName
{
color: #BB873D;
}
.AnyTagClassName
{
color: #BB873D;
}
</style>
background-color css
<style>
a { background-color: #BB873D; }
a { background-color: rgb(187,135,61); }
div.DivClassName
{
background-color: #BB873D;
}
.BgClassName
{
background-color: #BB873D;
}
</style>
border-color css
<style>
span { border-color: #BB873D; }
span { border-color: rgb(187,135,61); }
td.TdClassName
{
border-color: #BB873D;
}
.TagClassName
{
border-color: #BB873D;
}
</style>