Shades of Marigold #BB8C3B
Tints of Marigold #BB8C3B
RGB
CMYK
RGB Variations
Color information
#BB8C3B (or 0xBB8C3B) is known color: Marigold. HEX triplet: BB, 8C and 3B. RGB value is (187,140,59). Sum of RGB (Red+Green+Blue) = 187+140+59=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C3B is #4473C4. Grayscale: #919191. Windows color (decimal): -4486085 or 3902651. OLE color: 3902651.
HSL color Cylindrical-coordinate representation of color #BB8C3B: hue angle of 37.97º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB8C3B is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 59 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.27 |
| HSL | 37.97º | 0.52% | 0.48% | - |
| HSV(B) | 37.97º | 0.68% | 0.73% | - |
| XYZ | 30.66 | 29.64 | 8.24 | - |
| YUV | 144.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 59 | 0 | 0.25 | 0.68 | 0.27 | 37.97 | 0.52 | 0.48 |
| Hex | BB | 8C | 3B | 0 | 19 | 44 | 1B | 26 | 34 | 30 |
| Octal | 273 | 214 | 73 | 0 | 31 | 104 | 33 | 46 | 64 | 60 |
| Binary | 10111011 | 10001100 | 111011 | 0 | 11001 | 1000100 | 11011 | 100110 | 110100 | 110000 |
Color Harmonies of #BB8C3B
Complementary color
Monochromatic Colors of #BB8C3B
Black with #BB8C3B
Text Example
Text Example
White with #BB8C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C3B; }
p { color: rgb(187,140,59); }
H1.HeaderClassName
{
color: #BB8C3B;
}
.AnyTagClassName
{
color: #BB8C3B;
}
</style>
background-color css
<style>
a { background-color: #BB8C3B; }
a { background-color: rgb(187,140,59); }
div.DivClassName
{
background-color: #BB8C3B;
}
.BgClassName
{
background-color: #BB8C3B;
}
</style>
border-color css
<style>
span { border-color: #BB8C3B; }
span { border-color: rgb(187,140,59); }
td.TdClassName
{
border-color: #BB8C3B;
}
.TagClassName
{
border-color: #BB8C3B;
}
</style>