Shades of Marigold #B68534
Tints of Marigold #B68534
RGB
CMYK
RGB Variations
Color information
#B68534 (or 0xB68534) is known color: Marigold. HEX triplet: B6, 85 and 34. RGB value is (182,133,52). Sum of RGB (Red+Green+Blue) = 182+133+52=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B68534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68534 is #497ACB. Grayscale: #8A8A8A. Windows color (decimal): -4815564 or 3442102. OLE color: 3442102.
HSL color Cylindrical-coordinate representation of color #B68534: hue angle of 37.38º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B68534 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 52 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.29 |
| HSL | 37.38º | 0.56% | 0.46% | - |
| HSV(B) | 37.38º | 0.71% | 0.71% | - |
| XYZ | 28.3 | 26.97 | 6.96 | - |
| YUV | 138.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 52 | 0 | 0.27 | 0.71 | 0.29 | 37.38 | 0.56 | 0.46 |
| Hex | B6 | 85 | 34 | 0 | 1B | 47 | 1D | 25 | 38 | 2E |
| Octal | 266 | 205 | 64 | 0 | 33 | 107 | 35 | 45 | 70 | 56 |
| Binary | 10110110 | 10000101 | 110100 | 0 | 11011 | 1000111 | 11101 | 100101 | 111000 | 101110 |
Color Harmonies of #B68534
Complementary color
Monochromatic Colors of #B68534
Black with #B68534
Text Example
Text Example
White with #B68534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68534; }
p { color: rgb(182,133,52); }
H1.HeaderClassName
{
color: #B68534;
}
.AnyTagClassName
{
color: #B68534;
}
</style>
background-color css
<style>
a { background-color: #B68534; }
a { background-color: rgb(182,133,52); }
div.DivClassName
{
background-color: #B68534;
}
.BgClassName
{
background-color: #B68534;
}
</style>
border-color css
<style>
span { border-color: #B68534; }
span { border-color: rgb(182,133,52); }
td.TdClassName
{
border-color: #B68534;
}
.TagClassName
{
border-color: #B68534;
}
</style>