Shades of Marigold #BB8439
Tints of Marigold #BB8439
RGB
CMYK
RGB Variations
Color information
#BB8439 (or 0xBB8439) is known color: Marigold. HEX triplet: BB, 84 and 39. RGB value is (187,132,57). Sum of RGB (Red+Green+Blue) = 187+132+57=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8439 is #447BC6. Grayscale: #8C8C8C. Windows color (decimal): -4488135 or 3769531. OLE color: 3769531.
HSL color Cylindrical-coordinate representation of color #BB8439: hue angle of 34.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB8439 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 57 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.27 |
| HSL | 34.62º | 0.53% | 0.48% | - |
| HSV(B) | 34.62º | 0.7% | 0.73% | - |
| XYZ | 29.48 | 27.36 | 7.6 | - |
| YUV | 139.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 57 | 0 | 0.29 | 0.70 | 0.27 | 34.62 | 0.53 | 0.48 |
| Hex | BB | 84 | 39 | 0 | 1D | 46 | 1B | 23 | 35 | 30 |
| Octal | 273 | 204 | 71 | 0 | 35 | 106 | 33 | 43 | 65 | 60 |
| Binary | 10111011 | 10000100 | 111001 | 0 | 11101 | 1000110 | 11011 | 100011 | 110101 | 110000 |
Color Harmonies of #BB8439
Complementary color
Monochromatic Colors of #BB8439
Black with #BB8439
Text Example
Text Example
White with #BB8439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8439; }
p { color: rgb(187,132,57); }
H1.HeaderClassName
{
color: #BB8439;
}
.AnyTagClassName
{
color: #BB8439;
}
</style>
background-color css
<style>
a { background-color: #BB8439; }
a { background-color: rgb(187,132,57); }
div.DivClassName
{
background-color: #BB8439;
}
.BgClassName
{
background-color: #BB8439;
}
</style>
border-color css
<style>
span { border-color: #BB8439; }
span { border-color: rgb(187,132,57); }
td.TdClassName
{
border-color: #BB8439;
}
.TagClassName
{
border-color: #BB8439;
}
</style>