Shades of Marigold #B68344
Tints of Marigold #B68344
RGB
CMYK
RGB Variations
Color information
#B68344 (or 0xB68344) is known color: Marigold. HEX triplet: B6, 83 and 44. RGB value is (182,131,68). Sum of RGB (Red+Green+Blue) = 182+131+68=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B68344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68344 is #497CBB. Grayscale: #8B8B8B. Windows color (decimal): -4816060 or 4490166. OLE color: 4490166.
HSL color Cylindrical-coordinate representation of color #B68344: hue angle of 33.16º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B68344 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 68 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.29 |
| HSL | 33.16º | 0.46% | 0.49% | - |
| HSV(B) | 33.16º | 0.63% | 0.71% | - |
| XYZ | 28.45 | 26.6 | 9.1 | - |
| YUV | 139.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 68 | 0 | 0.28 | 0.63 | 0.29 | 33.16 | 0.46 | 0.49 |
| Hex | B6 | 83 | 44 | 0 | 1C | 3F | 1D | 21 | 2E | 31 |
| Octal | 266 | 203 | 104 | 0 | 34 | 77 | 35 | 41 | 56 | 61 |
| Binary | 10110110 | 10000011 | 1000100 | 0 | 11100 | 111111 | 11101 | 100001 | 101110 | 110001 |
Color Harmonies of #B68344
Complementary color
Monochromatic Colors of #B68344
Black with #B68344
Text Example
Text Example
White with #B68344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68344; }
p { color: rgb(182,131,68); }
H1.HeaderClassName
{
color: #B68344;
}
.AnyTagClassName
{
color: #B68344;
}
</style>
background-color css
<style>
a { background-color: #B68344; }
a { background-color: rgb(182,131,68); }
div.DivClassName
{
background-color: #B68344;
}
.BgClassName
{
background-color: #B68344;
}
</style>
border-color css
<style>
span { border-color: #B68344; }
span { border-color: rgb(182,131,68); }
td.TdClassName
{
border-color: #B68344;
}
.TagClassName
{
border-color: #B68344;
}
</style>