Shades of Marigold #B18143
Tints of Marigold #B18143
RGB
CMYK
RGB Variations
Color information
#B18143 (or 0xB18143) is known color: Marigold. HEX triplet: B1, 81 and 43. RGB value is (177,129,67). Sum of RGB (Red+Green+Blue) = 177+129+67=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B18143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18143 is #4E7EBC. Grayscale: #888888. Windows color (decimal): -5144253 or 4424113. OLE color: 4424113.
HSL color Cylindrical-coordinate representation of color #B18143: hue angle of 33.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B18143 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 67 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.31 |
| HSL | 33.82º | 0.45% | 0.48% | - |
| HSV(B) | 33.82º | 0.62% | 0.69% | - |
| XYZ | 26.99 | 25.45 | 8.8 | - |
| YUV | 136.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 67 | 0 | 0.27 | 0.62 | 0.31 | 33.82 | 0.45 | 0.48 |
| Hex | B1 | 81 | 43 | 0 | 1B | 3E | 1F | 22 | 2D | 30 |
| Octal | 261 | 201 | 103 | 0 | 33 | 76 | 37 | 42 | 55 | 60 |
| Binary | 10110001 | 10000001 | 1000011 | 0 | 11011 | 111110 | 11111 | 100010 | 101101 | 110000 |
Color Harmonies of #B18143
Complementary color
Monochromatic Colors of #B18143
Black with #B18143
Text Example
Text Example
White with #B18143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18143; }
p { color: rgb(177,129,67); }
H1.HeaderClassName
{
color: #B18143;
}
.AnyTagClassName
{
color: #B18143;
}
</style>
background-color css
<style>
a { background-color: #B18143; }
a { background-color: rgb(177,129,67); }
div.DivClassName
{
background-color: #B18143;
}
.BgClassName
{
background-color: #B18143;
}
</style>
border-color css
<style>
span { border-color: #B18143; }
span { border-color: rgb(177,129,67); }
td.TdClassName
{
border-color: #B18143;
}
.TagClassName
{
border-color: #B18143;
}
</style>