Shades of Marigold #BB8338
Tints of Marigold #BB8338
RGB
CMYK
RGB Variations
Color information
#BB8338 (or 0xBB8338) is known color: Marigold. HEX triplet: BB, 83 and 38. RGB value is (187,131,56). Sum of RGB (Red+Green+Blue) = 187+131+56=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8338 is #447CC7. Grayscale: #8B8B8B. Windows color (decimal): -4488392 or 3703739. OLE color: 3703739.
HSL color Cylindrical-coordinate representation of color #BB8338: hue angle of 34.35º 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 #BB8338 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 56 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.27 |
| HSL | 34.35º | 0.54% | 0.48% | - |
| HSV(B) | 34.35º | 0.7% | 0.73% | - |
| XYZ | 29.32 | 27.08 | 7.42 | - |
| YUV | 139.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 56 | 0 | 0.30 | 0.70 | 0.27 | 34.35 | 0.54 | 0.48 |
| Hex | BB | 83 | 38 | 0 | 1E | 46 | 1B | 22 | 36 | 30 |
| Octal | 273 | 203 | 70 | 0 | 36 | 106 | 33 | 42 | 66 | 60 |
| Binary | 10111011 | 10000011 | 111000 | 0 | 11110 | 1000110 | 11011 | 100010 | 110110 | 110000 |
Color Harmonies of #BB8338
Complementary color
Monochromatic Colors of #BB8338
Black with #BB8338
Text Example
Text Example
White with #BB8338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8338; }
p { color: rgb(187,131,56); }
H1.HeaderClassName
{
color: #BB8338;
}
.AnyTagClassName
{
color: #BB8338;
}
</style>
background-color css
<style>
a { background-color: #BB8338; }
a { background-color: rgb(187,131,56); }
div.DivClassName
{
background-color: #BB8338;
}
.BgClassName
{
background-color: #BB8338;
}
</style>
border-color css
<style>
span { border-color: #BB8338; }
span { border-color: rgb(187,131,56); }
td.TdClassName
{
border-color: #BB8338;
}
.TagClassName
{
border-color: #BB8338;
}
</style>