Shades of Marigold #B68838
Tints of Marigold #B68838
RGB
CMYK
RGB Variations
Color information
#B68838 (or 0xB68838) is known color: Marigold. HEX triplet: B6, 88 and 38. RGB value is (182,136,56). Sum of RGB (Red+Green+Blue) = 182+136+56=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B68838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68838 is #4977C7. Grayscale: #8D8D8D. Windows color (decimal): -4814792 or 3705014. OLE color: 3705014.
HSL color Cylindrical-coordinate representation of color #B68838: hue angle of 38.1º 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 #B68838 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 56 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.29 |
| HSL | 38.1º | 0.53% | 0.47% | - |
| HSV(B) | 38.1º | 0.69% | 0.71% | - |
| XYZ | 28.81 | 27.84 | 7.6 | - |
| YUV | 140.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 56 | 0 | 0.25 | 0.69 | 0.29 | 38.1 | 0.53 | 0.47 |
| Hex | B6 | 88 | 38 | 0 | 19 | 45 | 1D | 26 | 35 | 2F |
| Octal | 266 | 210 | 70 | 0 | 31 | 105 | 35 | 46 | 65 | 57 |
| Binary | 10110110 | 10001000 | 111000 | 0 | 11001 | 1000101 | 11101 | 100110 | 110101 | 101111 |
Color Harmonies of #B68838
Complementary color
Monochromatic Colors of #B68838
Black with #B68838
Text Example
Text Example
White with #B68838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68838; }
p { color: rgb(182,136,56); }
H1.HeaderClassName
{
color: #B68838;
}
.AnyTagClassName
{
color: #B68838;
}
</style>
background-color css
<style>
a { background-color: #B68838; }
a { background-color: rgb(182,136,56); }
div.DivClassName
{
background-color: #B68838;
}
.BgClassName
{
background-color: #B68838;
}
</style>
border-color css
<style>
span { border-color: #B68838; }
span { border-color: rgb(182,136,56); }
td.TdClassName
{
border-color: #B68838;
}
.TagClassName
{
border-color: #B68838;
}
</style>