Shades of Marigold #BB8339
Tints of Marigold #BB8339
RGB
CMYK
RGB Variations
Color information
#BB8339 (or 0xBB8339) is known color: Marigold. HEX triplet: BB, 83 and 39. RGB value is (187,131,57). Sum of RGB (Red+Green+Blue) = 187+131+57=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8339 is #447CC6. Grayscale: #8B8B8B. Windows color (decimal): -4488391 or 3769275. OLE color: 3769275.
HSL color Cylindrical-coordinate representation of color #BB8339: hue angle of 34.15º 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 #BB8339 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 57 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.27 |
| HSL | 34.15º | 0.53% | 0.48% | - |
| HSV(B) | 34.15º | 0.7% | 0.73% | - |
| XYZ | 29.35 | 27.09 | 7.55 | - |
| YUV | 139.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 57 | 0 | 0.30 | 0.70 | 0.27 | 34.15 | 0.53 | 0.48 |
| Hex | BB | 83 | 39 | 0 | 1E | 46 | 1B | 22 | 35 | 30 |
| Octal | 273 | 203 | 71 | 0 | 36 | 106 | 33 | 42 | 65 | 60 |
| Binary | 10111011 | 10000011 | 111001 | 0 | 11110 | 1000110 | 11011 | 100010 | 110101 | 110000 |
Color Harmonies of #BB8339
Complementary color
Monochromatic Colors of #BB8339
Black with #BB8339
Text Example
Text Example
White with #BB8339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8339; }
p { color: rgb(187,131,57); }
H1.HeaderClassName
{
color: #BB8339;
}
.AnyTagClassName
{
color: #BB8339;
}
</style>
background-color css
<style>
a { background-color: #BB8339; }
a { background-color: rgb(187,131,57); }
div.DivClassName
{
background-color: #BB8339;
}
.BgClassName
{
background-color: #BB8339;
}
</style>
border-color css
<style>
span { border-color: #BB8339; }
span { border-color: rgb(187,131,57); }
td.TdClassName
{
border-color: #BB8339;
}
.TagClassName
{
border-color: #BB8339;
}
</style>