Shades of Marigold #B4803C
Tints of Marigold #B4803C
RGB
CMYK
RGB Variations
Color information
#B4803C (or 0xB4803C) is known color: Marigold. HEX triplet: B4, 80 and 3C. RGB value is (180,128,60). Sum of RGB (Red+Green+Blue) = 180+128+60=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B4803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4803C is #4B7FC3. Grayscale: #888888. Windows color (decimal): -4947908 or 3965108. OLE color: 3965108.
HSL color Cylindrical-coordinate representation of color #B4803C: hue angle of 34º 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 #B4803C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 60 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.29 |
| HSL | 34º | 0.5% | 0.47% | - |
| HSV(B) | 34º | 0.67% | 0.71% | - |
| XYZ | 27.36 | 25.47 | 7.75 | - |
| YUV | 135.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 60 | 0 | 0.29 | 0.67 | 0.29 | 34 | 0.5 | 0.47 |
| Hex | B4 | 80 | 3C | 0 | 1D | 43 | 1D | 22 | 32 | 2F |
| Octal | 264 | 200 | 74 | 0 | 35 | 103 | 35 | 42 | 62 | 57 |
| Binary | 10110100 | 10000000 | 111100 | 0 | 11101 | 1000011 | 11101 | 100010 | 110010 | 101111 |
Color Harmonies of #B4803C
Complementary color
Monochromatic Colors of #B4803C
Black with #B4803C
Text Example
Text Example
White with #B4803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4803C; }
p { color: rgb(180,128,60); }
H1.HeaderClassName
{
color: #B4803C;
}
.AnyTagClassName
{
color: #B4803C;
}
</style>
background-color css
<style>
a { background-color: #B4803C; }
a { background-color: rgb(180,128,60); }
div.DivClassName
{
background-color: #B4803C;
}
.BgClassName
{
background-color: #B4803C;
}
</style>
border-color css
<style>
span { border-color: #B4803C; }
span { border-color: rgb(180,128,60); }
td.TdClassName
{
border-color: #B4803C;
}
.TagClassName
{
border-color: #B4803C;
}
</style>