Shades of Marigold #B4823C
Tints of Marigold #B4823C
RGB
CMYK
RGB Variations
Color information
#B4823C (or 0xB4823C) is known color: Marigold. HEX triplet: B4, 82 and 3C. RGB value is (180,130,60). Sum of RGB (Red+Green+Blue) = 180+130+60=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4823C is #4B7DC3. Grayscale: #898989. Windows color (decimal): -4947396 or 3965620. OLE color: 3965620.
HSL color Cylindrical-coordinate representation of color #B4823C: hue angle of 35º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4823C is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 60 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.29 |
| HSL | 35º | 0.5% | 0.47% | - |
| HSV(B) | 35º | 0.67% | 0.71% | - |
| XYZ | 27.62 | 25.99 | 7.84 | - |
| YUV | 136.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 60 | 0 | 0.28 | 0.67 | 0.29 | 35 | 0.5 | 0.47 |
| Hex | B4 | 82 | 3C | 0 | 1C | 43 | 1D | 23 | 32 | 2F |
| Octal | 264 | 202 | 74 | 0 | 34 | 103 | 35 | 43 | 62 | 57 |
| Binary | 10110100 | 10000010 | 111100 | 0 | 11100 | 1000011 | 11101 | 100011 | 110010 | 101111 |
Color Harmonies of #B4823C
Complementary color
Monochromatic Colors of #B4823C
Black with #B4823C
Text Example
Text Example
White with #B4823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4823C; }
p { color: rgb(180,130,60); }
H1.HeaderClassName
{
color: #B4823C;
}
.AnyTagClassName
{
color: #B4823C;
}
</style>
background-color css
<style>
a { background-color: #B4823C; }
a { background-color: rgb(180,130,60); }
div.DivClassName
{
background-color: #B4823C;
}
.BgClassName
{
background-color: #B4823C;
}
</style>
border-color css
<style>
span { border-color: #B4823C; }
span { border-color: rgb(180,130,60); }
td.TdClassName
{
border-color: #B4823C;
}
.TagClassName
{
border-color: #B4823C;
}
</style>