Shades of Marigold #B08540
Tints of Marigold #B08540
RGB
CMYK
RGB Variations
Color information
#B08540 (or 0xB08540) is known color: Marigold. HEX triplet: B0, 85 and 40. RGB value is (176,133,64). Sum of RGB (Red+Green+Blue) = 176+133+64=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B08540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08540 is #4F7ABF. Grayscale: #8A8A8A. Windows color (decimal): -5208768 or 4228528. OLE color: 4228528.
HSL color Cylindrical-coordinate representation of color #B08540: hue angle of 36.96º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B08540 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 64 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.31 |
| HSL | 36.96º | 0.47% | 0.47% | - |
| HSV(B) | 36.96º | 0.64% | 0.69% | - |
| XYZ | 27.22 | 26.38 | 8.51 | - |
| YUV | 137.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 64 | 0 | 0.24 | 0.64 | 0.31 | 36.96 | 0.47 | 0.47 |
| Hex | B0 | 85 | 40 | 0 | 18 | 40 | 1F | 25 | 2F | 2F |
| Octal | 260 | 205 | 100 | 0 | 30 | 100 | 37 | 45 | 57 | 57 |
| Binary | 10110000 | 10000101 | 1000000 | 0 | 11000 | 1000000 | 11111 | 100101 | 101111 | 101111 |
Color Harmonies of #B08540
Complementary color
Monochromatic Colors of #B08540
Black with #B08540
Text Example
Text Example
White with #B08540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08540; }
p { color: rgb(176,133,64); }
H1.HeaderClassName
{
color: #B08540;
}
.AnyTagClassName
{
color: #B08540;
}
</style>
background-color css
<style>
a { background-color: #B08540; }
a { background-color: rgb(176,133,64); }
div.DivClassName
{
background-color: #B08540;
}
.BgClassName
{
background-color: #B08540;
}
</style>
border-color css
<style>
span { border-color: #B08540; }
span { border-color: rgb(176,133,64); }
td.TdClassName
{
border-color: #B08540;
}
.TagClassName
{
border-color: #B08540;
}
</style>