Shades of Marigold #BB8434
Tints of Marigold #BB8434
RGB
CMYK
RGB Variations
Color information
#BB8434 (or 0xBB8434) is known color: Marigold. HEX triplet: BB, 84 and 34. RGB value is (187,132,52). Sum of RGB (Red+Green+Blue) = 187+132+52=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8434 is #447BCB. Grayscale: #8B8B8B. Windows color (decimal): -4488140 or 3441851. OLE color: 3441851.
HSL color Cylindrical-coordinate representation of color #BB8434: hue angle of 35.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB8434 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 52 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.27 |
| HSL | 35.56º | 0.56% | 0.47% | - |
| HSV(B) | 35.56º | 0.72% | 0.73% | - |
| XYZ | 29.36 | 27.32 | 6.97 | - |
| YUV | 139.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 52 | 0 | 0.29 | 0.72 | 0.27 | 35.56 | 0.56 | 0.47 |
| Hex | BB | 84 | 34 | 0 | 1D | 48 | 1B | 24 | 38 | 2F |
| Octal | 273 | 204 | 64 | 0 | 35 | 110 | 33 | 44 | 70 | 57 |
| Binary | 10111011 | 10000100 | 110100 | 0 | 11101 | 1001000 | 11011 | 100100 | 111000 | 101111 |
Color Harmonies of #BB8434
Complementary color
Monochromatic Colors of #BB8434
Black with #BB8434
Text Example
Text Example
White with #BB8434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8434; }
p { color: rgb(187,132,52); }
H1.HeaderClassName
{
color: #BB8434;
}
.AnyTagClassName
{
color: #BB8434;
}
</style>
background-color css
<style>
a { background-color: #BB8434; }
a { background-color: rgb(187,132,52); }
div.DivClassName
{
background-color: #BB8434;
}
.BgClassName
{
background-color: #BB8434;
}
</style>
border-color css
<style>
span { border-color: #BB8434; }
span { border-color: rgb(187,132,52); }
td.TdClassName
{
border-color: #BB8434;
}
.TagClassName
{
border-color: #BB8434;
}
</style>