Shades of Marigold #B68435
Tints of Marigold #B68435
RGB
CMYK
RGB Variations
Color information
#B68435 (or 0xB68435) is known color: Marigold. HEX triplet: B6, 84 and 35. RGB value is (182,132,53). Sum of RGB (Red+Green+Blue) = 182+132+53=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B68435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68435 is #497BCA. Grayscale: #8A8A8A. Windows color (decimal): -4815819 or 3507382. OLE color: 3507382.
HSL color Cylindrical-coordinate representation of color #B68435: hue angle of 36.74º degrees, saturation: 0.55, 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 #B68435 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 53 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.29 |
| HSL | 36.74º | 0.55% | 0.46% | - |
| HSV(B) | 36.74º | 0.71% | 0.71% | - |
| XYZ | 28.19 | 26.7 | 7.04 | - |
| YUV | 137.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 53 | 0 | 0.27 | 0.71 | 0.29 | 36.74 | 0.55 | 0.46 |
| Hex | B6 | 84 | 35 | 0 | 1B | 47 | 1D | 25 | 37 | 2E |
| Octal | 266 | 204 | 65 | 0 | 33 | 107 | 35 | 45 | 67 | 56 |
| Binary | 10110110 | 10000100 | 110101 | 0 | 11011 | 1000111 | 11101 | 100101 | 110111 | 101110 |
Color Harmonies of #B68435
Complementary color
Monochromatic Colors of #B68435
Black with #B68435
Text Example
Text Example
White with #B68435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68435; }
p { color: rgb(182,132,53); }
H1.HeaderClassName
{
color: #B68435;
}
.AnyTagClassName
{
color: #B68435;
}
</style>
background-color css
<style>
a { background-color: #B68435; }
a { background-color: rgb(182,132,53); }
div.DivClassName
{
background-color: #B68435;
}
.BgClassName
{
background-color: #B68435;
}
</style>
border-color css
<style>
span { border-color: #B68435; }
span { border-color: rgb(182,132,53); }
td.TdClassName
{
border-color: #B68435;
}
.TagClassName
{
border-color: #B68435;
}
</style>