Shades of Marigold #BB8B39
Tints of Marigold #BB8B39
RGB
CMYK
RGB Variations
Color information
#BB8B39 (or 0xBB8B39) is known color: Marigold. HEX triplet: BB, 8B and 39. RGB value is (187,139,57). Sum of RGB (Red+Green+Blue) = 187+139+57=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B39 is #4474C6. Grayscale: #909090. Windows color (decimal): -4486343 or 3771323. OLE color: 3771323.
HSL color Cylindrical-coordinate representation of color #BB8B39: hue angle of 37.85º 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 #BB8B39 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 57 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.27 |
| HSL | 37.85º | 0.53% | 0.48% | - |
| HSV(B) | 37.85º | 0.7% | 0.73% | - |
| XYZ | 30.46 | 29.33 | 7.93 | - |
| YUV | 144 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 57 | 0 | 0.26 | 0.70 | 0.27 | 37.85 | 0.53 | 0.48 |
| Hex | BB | 8B | 39 | 0 | 1A | 46 | 1B | 26 | 35 | 30 |
| Octal | 273 | 213 | 71 | 0 | 32 | 106 | 33 | 46 | 65 | 60 |
| Binary | 10111011 | 10001011 | 111001 | 0 | 11010 | 1000110 | 11011 | 100110 | 110101 | 110000 |
Color Harmonies of #BB8B39
Complementary color
Monochromatic Colors of #BB8B39
Black with #BB8B39
Text Example
Text Example
White with #BB8B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B39; }
p { color: rgb(187,139,57); }
H1.HeaderClassName
{
color: #BB8B39;
}
.AnyTagClassName
{
color: #BB8B39;
}
</style>
background-color css
<style>
a { background-color: #BB8B39; }
a { background-color: rgb(187,139,57); }
div.DivClassName
{
background-color: #BB8B39;
}
.BgClassName
{
background-color: #BB8B39;
}
</style>
border-color css
<style>
span { border-color: #BB8B39; }
span { border-color: rgb(187,139,57); }
td.TdClassName
{
border-color: #BB8B39;
}
.TagClassName
{
border-color: #BB8B39;
}
</style>