Shades of Marigold #B68A41
Tints of Marigold #B68A41
RGB
CMYK
RGB Variations
Color information
#B68A41 (or 0xB68A41) is known color: Marigold. HEX triplet: B6, 8A and 41. RGB value is (182,138,65). Sum of RGB (Red+Green+Blue) = 182+138+65=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68A41 is #4975BE. Grayscale: #8F8F8F. Windows color (decimal): -4814271 or 4295350. OLE color: 4295350.
HSL color Cylindrical-coordinate representation of color #B68A41: hue angle of 37.44º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B68A41 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 65 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.29 |
| HSL | 37.44º | 0.47% | 0.48% | - |
| HSV(B) | 37.44º | 0.64% | 0.71% | - |
| XYZ | 29.33 | 28.5 | 8.96 | - |
| YUV | 142.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 65 | 0 | 0.24 | 0.64 | 0.29 | 37.44 | 0.47 | 0.48 |
| Hex | B6 | 8A | 41 | 0 | 18 | 40 | 1D | 25 | 2F | 30 |
| Octal | 266 | 212 | 101 | 0 | 30 | 100 | 35 | 45 | 57 | 60 |
| Binary | 10110110 | 10001010 | 1000001 | 0 | 11000 | 1000000 | 11101 | 100101 | 101111 | 110000 |
Color Harmonies of #B68A41
Complementary color
Monochromatic Colors of #B68A41
Black with #B68A41
Text Example
Text Example
White with #B68A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68A41; }
p { color: rgb(182,138,65); }
H1.HeaderClassName
{
color: #B68A41;
}
.AnyTagClassName
{
color: #B68A41;
}
</style>
background-color css
<style>
a { background-color: #B68A41; }
a { background-color: rgb(182,138,65); }
div.DivClassName
{
background-color: #B68A41;
}
.BgClassName
{
background-color: #B68A41;
}
</style>
border-color css
<style>
span { border-color: #B68A41; }
span { border-color: rgb(182,138,65); }
td.TdClassName
{
border-color: #B68A41;
}
.TagClassName
{
border-color: #B68A41;
}
</style>