Shades of Marigold #BB843B
Tints of Marigold #BB843B
RGB
CMYK
RGB Variations
Color information
#BB843B (or 0xBB843B) is known color: Marigold. HEX triplet: BB, 84 and 3B. RGB value is (187,132,59). Sum of RGB (Red+Green+Blue) = 187+132+59=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB843B is #447BC4. Grayscale: #8C8C8C. Windows color (decimal): -4488133 or 3900603. OLE color: 3900603.
HSL color Cylindrical-coordinate representation of color #BB843B: hue angle of 34.22º 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 #BB843B is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 59 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.27 |
| HSL | 34.22º | 0.52% | 0.48% | - |
| HSV(B) | 34.22º | 0.68% | 0.73% | - |
| XYZ | 29.53 | 27.38 | 7.87 | - |
| YUV | 140.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 59 | 0 | 0.29 | 0.68 | 0.27 | 34.22 | 0.52 | 0.48 |
| Hex | BB | 84 | 3B | 0 | 1D | 44 | 1B | 22 | 34 | 30 |
| Octal | 273 | 204 | 73 | 0 | 35 | 104 | 33 | 42 | 64 | 60 |
| Binary | 10111011 | 10000100 | 111011 | 0 | 11101 | 1000100 | 11011 | 100010 | 110100 | 110000 |
Color Harmonies of #BB843B
Complementary color
Monochromatic Colors of #BB843B
Black with #BB843B
Text Example
Text Example
White with #BB843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB843B; }
p { color: rgb(187,132,59); }
H1.HeaderClassName
{
color: #BB843B;
}
.AnyTagClassName
{
color: #BB843B;
}
</style>
background-color css
<style>
a { background-color: #BB843B; }
a { background-color: rgb(187,132,59); }
div.DivClassName
{
background-color: #BB843B;
}
.BgClassName
{
background-color: #BB843B;
}
</style>
border-color css
<style>
span { border-color: #BB843B; }
span { border-color: rgb(187,132,59); }
td.TdClassName
{
border-color: #BB843B;
}
.TagClassName
{
border-color: #BB843B;
}
</style>