Shades of Marigold #B68438
Tints of Marigold #B68438
RGB
CMYK
RGB Variations
Color information
#B68438 (or 0xB68438) is known color: Marigold. HEX triplet: B6, 84 and 38. RGB value is (182,132,56). Sum of RGB (Red+Green+Blue) = 182+132+56=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B68438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68438 is #497BC7. Grayscale: #8A8A8A. Windows color (decimal): -4815816 or 3703990. OLE color: 3703990.
HSL color Cylindrical-coordinate representation of color #B68438: hue angle of 36.19º 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 #B68438 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 56 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.29 |
| HSL | 36.19º | 0.53% | 0.47% | - |
| HSV(B) | 36.19º | 0.69% | 0.71% | - |
| XYZ | 28.26 | 26.73 | 7.41 | - |
| YUV | 138.29 | 81.57 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 56 | 0 | 0.27 | 0.69 | 0.29 | 36.19 | 0.53 | 0.47 |
| Hex | B6 | 84 | 38 | 0 | 1B | 45 | 1D | 24 | 35 | 2F |
| Octal | 266 | 204 | 70 | 0 | 33 | 105 | 35 | 44 | 65 | 57 |
| Binary | 10110110 | 10000100 | 111000 | 0 | 11011 | 1000101 | 11101 | 100100 | 110101 | 101111 |
Color Harmonies of #B68438
Complementary color
Monochromatic Colors of #B68438
Black with #B68438
Text Example
Text Example
White with #B68438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68438; }
p { color: rgb(182,132,56); }
H1.HeaderClassName
{
color: #B68438;
}
.AnyTagClassName
{
color: #B68438;
}
</style>
background-color css
<style>
a { background-color: #B68438; }
a { background-color: rgb(182,132,56); }
div.DivClassName
{
background-color: #B68438;
}
.BgClassName
{
background-color: #B68438;
}
</style>
border-color css
<style>
span { border-color: #B68438; }
span { border-color: rgb(182,132,56); }
td.TdClassName
{
border-color: #B68438;
}
.TagClassName
{
border-color: #B68438;
}
</style>