Shades of Marigold #BB8C42
Tints of Marigold #BB8C42
RGB
CMYK
RGB Variations
Color information
#BB8C42 (or 0xBB8C42) is known color: Marigold. HEX triplet: BB, 8C and 42. RGB value is (187,140,66). Sum of RGB (Red+Green+Blue) = 187+140+66=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C42 is #4473BD. Grayscale: #919191. Windows color (decimal): -4486078 or 4361403. OLE color: 4361403.
HSL color Cylindrical-coordinate representation of color #BB8C42: hue angle of 36.69º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB8C42 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 66 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.27 |
| HSL | 36.69º | 0.48% | 0.5% | - |
| HSV(B) | 36.69º | 0.65% | 0.73% | - |
| XYZ | 30.85 | 29.71 | 9.26 | - |
| YUV | 145.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 66 | 0 | 0.25 | 0.65 | 0.27 | 36.69 | 0.48 | 0.5 |
| Hex | BB | 8C | 42 | 0 | 19 | 41 | 1B | 25 | 30 | 32 |
| Octal | 273 | 214 | 102 | 0 | 31 | 101 | 33 | 45 | 60 | 62 |
| Binary | 10111011 | 10001100 | 1000010 | 0 | 11001 | 1000001 | 11011 | 100101 | 110000 | 110010 |
Color Harmonies of #BB8C42
Complementary color
Monochromatic Colors of #BB8C42
Black with #BB8C42
Text Example
Text Example
White with #BB8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C42; }
p { color: rgb(187,140,66); }
H1.HeaderClassName
{
color: #BB8C42;
}
.AnyTagClassName
{
color: #BB8C42;
}
</style>
background-color css
<style>
a { background-color: #BB8C42; }
a { background-color: rgb(187,140,66); }
div.DivClassName
{
background-color: #BB8C42;
}
.BgClassName
{
background-color: #BB8C42;
}
</style>
border-color css
<style>
span { border-color: #BB8C42; }
span { border-color: rgb(187,140,66); }
td.TdClassName
{
border-color: #BB8C42;
}
.TagClassName
{
border-color: #BB8C42;
}
</style>