Shades of Marigold #B68238
Tints of Marigold #B68238
RGB
CMYK
RGB Variations
Color information
#B68238 (or 0xB68238) is known color: Marigold. HEX triplet: B6, 82 and 38. RGB value is (182,130,56). Sum of RGB (Red+Green+Blue) = 182+130+56=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B68238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68238 is #497DC7. Grayscale: #898989. Windows color (decimal): -4816328 or 3703478. OLE color: 3703478.
HSL color Cylindrical-coordinate representation of color #B68238: hue angle of 35.24º 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 #B68238 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 56 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.29 |
| HSL | 35.24º | 0.53% | 0.47% | - |
| HSV(B) | 35.24º | 0.69% | 0.71% | - |
| XYZ | 27.99 | 26.2 | 7.32 | - |
| YUV | 137.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 56 | 0 | 0.29 | 0.69 | 0.29 | 35.24 | 0.53 | 0.47 |
| Hex | B6 | 82 | 38 | 0 | 1D | 45 | 1D | 23 | 35 | 2F |
| Octal | 266 | 202 | 70 | 0 | 35 | 105 | 35 | 43 | 65 | 57 |
| Binary | 10110110 | 10000010 | 111000 | 0 | 11101 | 1000101 | 11101 | 100011 | 110101 | 101111 |
Color Harmonies of #B68238
Complementary color
Monochromatic Colors of #B68238
Black with #B68238
Text Example
Text Example
White with #B68238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68238; }
p { color: rgb(182,130,56); }
H1.HeaderClassName
{
color: #B68238;
}
.AnyTagClassName
{
color: #B68238;
}
</style>
background-color css
<style>
a { background-color: #B68238; }
a { background-color: rgb(182,130,56); }
div.DivClassName
{
background-color: #B68238;
}
.BgClassName
{
background-color: #B68238;
}
</style>
border-color css
<style>
span { border-color: #B68238; }
span { border-color: rgb(182,130,56); }
td.TdClassName
{
border-color: #B68238;
}
.TagClassName
{
border-color: #B68238;
}
</style>