Shades of Marigold #B4833D
Tints of Marigold #B4833D
RGB
CMYK
RGB Variations
Color information
#B4833D (or 0xB4833D) is known color: Marigold. HEX triplet: B4, 83 and 3D. RGB value is (180,131,61). Sum of RGB (Red+Green+Blue) = 180+131+61=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4833D is #4B7CC2. Grayscale: #8A8A8A. Windows color (decimal): -4947139 or 4031412. OLE color: 4031412.
HSL color Cylindrical-coordinate representation of color #B4833D: hue angle of 35.29º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4833D is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 131 | 61 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.29 |
| HSL | 35.29º | 0.49% | 0.47% | - |
| HSV(B) | 35.29º | 0.66% | 0.71% | - |
| XYZ | 27.78 | 26.27 | 8.02 | - |
| YUV | 137.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 131 | 61 | 0 | 0.27 | 0.66 | 0.29 | 35.29 | 0.49 | 0.47 |
| Hex | B4 | 83 | 3D | 0 | 1B | 42 | 1D | 23 | 31 | 2F |
| Octal | 264 | 203 | 75 | 0 | 33 | 102 | 35 | 43 | 61 | 57 |
| Binary | 10110100 | 10000011 | 111101 | 0 | 11011 | 1000010 | 11101 | 100011 | 110001 | 101111 |
Color Harmonies of #B4833D
Complementary color
Monochromatic Colors of #B4833D
Black with #B4833D
Text Example
Text Example
White with #B4833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4833D; }
p { color: rgb(180,131,61); }
H1.HeaderClassName
{
color: #B4833D;
}
.AnyTagClassName
{
color: #B4833D;
}
</style>
background-color css
<style>
a { background-color: #B4833D; }
a { background-color: rgb(180,131,61); }
div.DivClassName
{
background-color: #B4833D;
}
.BgClassName
{
background-color: #B4833D;
}
</style>
border-color css
<style>
span { border-color: #B4833D; }
span { border-color: rgb(180,131,61); }
td.TdClassName
{
border-color: #B4833D;
}
.TagClassName
{
border-color: #B4833D;
}
</style>