Shades of Marigold #BB8B44
Tints of Marigold #BB8B44
RGB
CMYK
RGB Variations
Color information
#BB8B44 (or 0xBB8B44) is known color: Marigold. HEX triplet: BB, 8B and 44. RGB value is (187,139,68). Sum of RGB (Red+Green+Blue) = 187+139+68=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B44 is #4474BB. Grayscale: #919191. Windows color (decimal): -4486332 or 4492219. OLE color: 4492219.
HSL color Cylindrical-coordinate representation of color #BB8B44: hue angle of 35.8º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB8B44 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 68 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.27 |
| HSL | 35.8º | 0.47% | 0.5% | - |
| HSV(B) | 35.8º | 0.64% | 0.73% | - |
| XYZ | 30.77 | 29.45 | 9.53 | - |
| YUV | 145.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 68 | 0 | 0.26 | 0.64 | 0.27 | 35.8 | 0.47 | 0.5 |
| Hex | BB | 8B | 44 | 0 | 1A | 40 | 1B | 24 | 2F | 32 |
| Octal | 273 | 213 | 104 | 0 | 32 | 100 | 33 | 44 | 57 | 62 |
| Binary | 10111011 | 10001011 | 1000100 | 0 | 11010 | 1000000 | 11011 | 100100 | 101111 | 110010 |
Color Harmonies of #BB8B44
Complementary color
Monochromatic Colors of #BB8B44
Black with #BB8B44
Text Example
Text Example
White with #BB8B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B44; }
p { color: rgb(187,139,68); }
H1.HeaderClassName
{
color: #BB8B44;
}
.AnyTagClassName
{
color: #BB8B44;
}
</style>
background-color css
<style>
a { background-color: #BB8B44; }
a { background-color: rgb(187,139,68); }
div.DivClassName
{
background-color: #BB8B44;
}
.BgClassName
{
background-color: #BB8B44;
}
</style>
border-color css
<style>
span { border-color: #BB8B44; }
span { border-color: rgb(187,139,68); }
td.TdClassName
{
border-color: #BB8B44;
}
.TagClassName
{
border-color: #BB8B44;
}
</style>