Shades of Marigold #BB8340
Tints of Marigold #BB8340
RGB
CMYK
RGB Variations
Color information
#BB8340 (or 0xBB8340) is known color: Marigold. HEX triplet: BB, 83 and 40. RGB value is (187,131,64). Sum of RGB (Red+Green+Blue) = 187+131+64=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8340 is #447CBF. Grayscale: #8C8C8C. Windows color (decimal): -4488384 or 4228027. OLE color: 4228027.
HSL color Cylindrical-coordinate representation of color #BB8340: hue angle of 32.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB8340 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 64 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.27 |
| HSL | 32.68º | 0.49% | 0.49% | - |
| HSV(B) | 32.68º | 0.66% | 0.73% | - |
| XYZ | 29.54 | 27.17 | 8.54 | - |
| YUV | 140.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 64 | 0 | 0.30 | 0.66 | 0.27 | 32.68 | 0.49 | 0.49 |
| Hex | BB | 83 | 40 | 0 | 1E | 42 | 1B | 21 | 31 | 31 |
| Octal | 273 | 203 | 100 | 0 | 36 | 102 | 33 | 41 | 61 | 61 |
| Binary | 10111011 | 10000011 | 1000000 | 0 | 11110 | 1000010 | 11011 | 100001 | 110001 | 110001 |
Color Harmonies of #BB8340
Complementary color
Monochromatic Colors of #BB8340
Black with #BB8340
Text Example
Text Example
White with #BB8340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8340; }
p { color: rgb(187,131,64); }
H1.HeaderClassName
{
color: #BB8340;
}
.AnyTagClassName
{
color: #BB8340;
}
</style>
background-color css
<style>
a { background-color: #BB8340; }
a { background-color: rgb(187,131,64); }
div.DivClassName
{
background-color: #BB8340;
}
.BgClassName
{
background-color: #BB8340;
}
</style>
border-color css
<style>
span { border-color: #BB8340; }
span { border-color: rgb(187,131,64); }
td.TdClassName
{
border-color: #BB8340;
}
.TagClassName
{
border-color: #BB8340;
}
</style>