Shades of Marigold #BB893F
Tints of Marigold #BB893F
RGB
CMYK
RGB Variations
Color information
#BB893F (or 0xBB893F) is known color: Marigold. HEX triplet: BB, 89 and 3F. RGB value is (187,137,63). Sum of RGB (Red+Green+Blue) = 187+137+63=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB893F is #4476C0. Grayscale: #8F8F8F. Windows color (decimal): -4486849 or 4164027. OLE color: 4164027.
HSL color Cylindrical-coordinate representation of color #BB893F: hue angle of 35.81º degrees, saturation: 0.5, 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 #BB893F is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 63 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.27 |
| HSL | 35.81º | 0.5% | 0.49% | - |
| HSV(B) | 35.81º | 0.66% | 0.73% | - |
| XYZ | 30.34 | 28.82 | 8.67 | - |
| YUV | 143.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 63 | 0 | 0.27 | 0.66 | 0.27 | 35.81 | 0.5 | 0.49 |
| Hex | BB | 89 | 3F | 0 | 1B | 42 | 1B | 24 | 32 | 31 |
| Octal | 273 | 211 | 77 | 0 | 33 | 102 | 33 | 44 | 62 | 61 |
| Binary | 10111011 | 10001001 | 111111 | 0 | 11011 | 1000010 | 11011 | 100100 | 110010 | 110001 |
Color Harmonies of #BB893F
Complementary color
Monochromatic Colors of #BB893F
Black with #BB893F
Text Example
Text Example
White with #BB893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB893F; }
p { color: rgb(187,137,63); }
H1.HeaderClassName
{
color: #BB893F;
}
.AnyTagClassName
{
color: #BB893F;
}
</style>
background-color css
<style>
a { background-color: #BB893F; }
a { background-color: rgb(187,137,63); }
div.DivClassName
{
background-color: #BB893F;
}
.BgClassName
{
background-color: #BB893F;
}
</style>
border-color css
<style>
span { border-color: #BB893F; }
span { border-color: rgb(187,137,63); }
td.TdClassName
{
border-color: #BB893F;
}
.TagClassName
{
border-color: #BB893F;
}
</style>