Shades of Marigold #B1813F
Tints of Marigold #B1813F
RGB
CMYK
RGB Variations
Color information
#B1813F (or 0xB1813F) is known color: Marigold. HEX triplet: B1, 81 and 3F. RGB value is (177,129,63). Sum of RGB (Red+Green+Blue) = 177+129+63=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1813F is #4E7EC0. Grayscale: #888888. Windows color (decimal): -5144257 or 4161969. OLE color: 4161969.
HSL color Cylindrical-coordinate representation of color #B1813F: hue angle of 34.74º 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 #B1813F is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 63 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.31 |
| HSL | 34.74º | 0.48% | 0.47% | - |
| HSV(B) | 34.74º | 0.64% | 0.69% | - |
| XYZ | 26.88 | 25.41 | 8.19 | - |
| YUV | 135.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 63 | 0 | 0.27 | 0.64 | 0.31 | 34.74 | 0.48 | 0.47 |
| Hex | B1 | 81 | 3F | 0 | 1B | 40 | 1F | 23 | 30 | 2F |
| Octal | 261 | 201 | 77 | 0 | 33 | 100 | 37 | 43 | 60 | 57 |
| Binary | 10110001 | 10000001 | 111111 | 0 | 11011 | 1000000 | 11111 | 100011 | 110000 | 101111 |
Color Harmonies of #B1813F
Complementary color
Monochromatic Colors of #B1813F
Black with #B1813F
Text Example
Text Example
White with #B1813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1813F; }
p { color: rgb(177,129,63); }
H1.HeaderClassName
{
color: #B1813F;
}
.AnyTagClassName
{
color: #B1813F;
}
</style>
background-color css
<style>
a { background-color: #B1813F; }
a { background-color: rgb(177,129,63); }
div.DivClassName
{
background-color: #B1813F;
}
.BgClassName
{
background-color: #B1813F;
}
</style>
border-color css
<style>
span { border-color: #B1813F; }
span { border-color: rgb(177,129,63); }
td.TdClassName
{
border-color: #B1813F;
}
.TagClassName
{
border-color: #B1813F;
}
</style>