Shades of Marigold #B68538
Tints of Marigold #B68538
RGB
CMYK
RGB Variations
Color information
#B68538 (or 0xB68538) is known color: Marigold. HEX triplet: B6, 85 and 38. RGB value is (182,133,56). Sum of RGB (Red+Green+Blue) = 182+133+56=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B68538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68538 is #497AC7. Grayscale: #8B8B8B. Windows color (decimal): -4815560 or 3704246. OLE color: 3704246.
HSL color Cylindrical-coordinate representation of color #B68538: hue angle of 36.67º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B68538 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 56 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.29 |
| HSL | 36.67º | 0.53% | 0.47% | - |
| HSV(B) | 36.67º | 0.69% | 0.71% | - |
| XYZ | 28.39 | 27.01 | 7.46 | - |
| YUV | 138.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 56 | 0 | 0.27 | 0.69 | 0.29 | 36.67 | 0.53 | 0.47 |
| Hex | B6 | 85 | 38 | 0 | 1B | 45 | 1D | 25 | 35 | 2F |
| Octal | 266 | 205 | 70 | 0 | 33 | 105 | 35 | 45 | 65 | 57 |
| Binary | 10110110 | 10000101 | 111000 | 0 | 11011 | 1000101 | 11101 | 100101 | 110101 | 101111 |
Color Harmonies of #B68538
Complementary color
Monochromatic Colors of #B68538
Black with #B68538
Text Example
Text Example
White with #B68538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68538; }
p { color: rgb(182,133,56); }
H1.HeaderClassName
{
color: #B68538;
}
.AnyTagClassName
{
color: #B68538;
}
</style>
background-color css
<style>
a { background-color: #B68538; }
a { background-color: rgb(182,133,56); }
div.DivClassName
{
background-color: #B68538;
}
.BgClassName
{
background-color: #B68538;
}
</style>
border-color css
<style>
span { border-color: #B68538; }
span { border-color: rgb(182,133,56); }
td.TdClassName
{
border-color: #B68538;
}
.TagClassName
{
border-color: #B68538;
}
</style>