Shades of Marigold #BB8238
Tints of Marigold #BB8238
RGB
CMYK
RGB Variations
Color information
#BB8238 (or 0xBB8238) is known color: Marigold. HEX triplet: BB, 82 and 38. RGB value is (187,130,56). Sum of RGB (Red+Green+Blue) = 187+130+56=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8238 is #447DC7. Grayscale: #8A8A8A. Windows color (decimal): -4488648 or 3703483. OLE color: 3703483.
HSL color Cylindrical-coordinate representation of color #BB8238: hue angle of 33.89º degrees, saturation: 0.54, 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 #BB8238 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 56 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.27 |
| HSL | 33.89º | 0.54% | 0.48% | - |
| HSV(B) | 33.89º | 0.7% | 0.73% | - |
| XYZ | 29.19 | 26.82 | 7.38 | - |
| YUV | 138.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 56 | 0 | 0.30 | 0.70 | 0.27 | 33.89 | 0.54 | 0.48 |
| Hex | BB | 82 | 38 | 0 | 1E | 46 | 1B | 22 | 36 | 30 |
| Octal | 273 | 202 | 70 | 0 | 36 | 106 | 33 | 42 | 66 | 60 |
| Binary | 10111011 | 10000010 | 111000 | 0 | 11110 | 1000110 | 11011 | 100010 | 110110 | 110000 |
Color Harmonies of #BB8238
Complementary color
Monochromatic Colors of #BB8238
Black with #BB8238
Text Example
Text Example
White with #BB8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8238; }
p { color: rgb(187,130,56); }
H1.HeaderClassName
{
color: #BB8238;
}
.AnyTagClassName
{
color: #BB8238;
}
</style>
background-color css
<style>
a { background-color: #BB8238; }
a { background-color: rgb(187,130,56); }
div.DivClassName
{
background-color: #BB8238;
}
.BgClassName
{
background-color: #BB8238;
}
</style>
border-color css
<style>
span { border-color: #BB8238; }
span { border-color: rgb(187,130,56); }
td.TdClassName
{
border-color: #BB8238;
}
.TagClassName
{
border-color: #BB8238;
}
</style>