Shades of Marigold #B68445
Tints of Marigold #B68445
RGB
CMYK
RGB Variations
Color information
#B68445 (or 0xB68445) is known color: Marigold. HEX triplet: B6, 84 and 45. RGB value is (182,132,69). Sum of RGB (Red+Green+Blue) = 182+132+69=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B68445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68445 is #497BBA. Grayscale: #8C8C8C. Windows color (decimal): -4815803 or 4555958. OLE color: 4555958.
HSL color Cylindrical-coordinate representation of color #B68445: hue angle of 33.45º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B68445 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 69 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.29 |
| HSL | 33.45º | 0.45% | 0.49% | - |
| HSV(B) | 33.45º | 0.62% | 0.71% | - |
| XYZ | 28.62 | 26.88 | 9.31 | - |
| YUV | 139.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 69 | 0 | 0.27 | 0.62 | 0.29 | 33.45 | 0.45 | 0.49 |
| Hex | B6 | 84 | 45 | 0 | 1B | 3E | 1D | 21 | 2D | 31 |
| Octal | 266 | 204 | 105 | 0 | 33 | 76 | 35 | 41 | 55 | 61 |
| Binary | 10110110 | 10000100 | 1000101 | 0 | 11011 | 111110 | 11101 | 100001 | 101101 | 110001 |
Color Harmonies of #B68445
Complementary color
Monochromatic Colors of #B68445
Black with #B68445
Text Example
Text Example
White with #B68445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68445; }
p { color: rgb(182,132,69); }
H1.HeaderClassName
{
color: #B68445;
}
.AnyTagClassName
{
color: #B68445;
}
</style>
background-color css
<style>
a { background-color: #B68445; }
a { background-color: rgb(182,132,69); }
div.DivClassName
{
background-color: #B68445;
}
.BgClassName
{
background-color: #B68445;
}
</style>
border-color css
<style>
span { border-color: #B68445; }
span { border-color: rgb(182,132,69); }
td.TdClassName
{
border-color: #B68445;
}
.TagClassName
{
border-color: #B68445;
}
</style>