Shades of Marigold #B68C3A
Tints of Marigold #B68C3A
RGB
CMYK
RGB Variations
Color information
#B68C3A (or 0xB68C3A) is known color: Marigold. HEX triplet: B6, 8C and 3A. RGB value is (182,140,58). Sum of RGB (Red+Green+Blue) = 182+140+58=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C3A is #4973C5. Grayscale: #8F8F8F. Windows color (decimal): -4813766 or 3837110. OLE color: 3837110.
HSL color Cylindrical-coordinate representation of color #B68C3A: hue angle of 39.68º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B68C3A is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 58 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.29 |
| HSL | 39.68º | 0.52% | 0.47% | - |
| HSV(B) | 39.68º | 0.68% | 0.71% | - |
| XYZ | 29.43 | 29.01 | 8.05 | - |
| YUV | 143.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 58 | 0 | 0.23 | 0.68 | 0.29 | 39.68 | 0.52 | 0.47 |
| Hex | B6 | 8C | 3A | 0 | 17 | 44 | 1D | 28 | 34 | 2F |
| Octal | 266 | 214 | 72 | 0 | 27 | 104 | 35 | 50 | 64 | 57 |
| Binary | 10110110 | 10001100 | 111010 | 0 | 10111 | 1000100 | 11101 | 101000 | 110100 | 101111 |
Color Harmonies of #B68C3A
Complementary color
Monochromatic Colors of #B68C3A
Black with #B68C3A
Text Example
Text Example
White with #B68C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C3A; }
p { color: rgb(182,140,58); }
H1.HeaderClassName
{
color: #B68C3A;
}
.AnyTagClassName
{
color: #B68C3A;
}
</style>
background-color css
<style>
a { background-color: #B68C3A; }
a { background-color: rgb(182,140,58); }
div.DivClassName
{
background-color: #B68C3A;
}
.BgClassName
{
background-color: #B68C3A;
}
</style>
border-color css
<style>
span { border-color: #B68C3A; }
span { border-color: rgb(182,140,58); }
td.TdClassName
{
border-color: #B68C3A;
}
.TagClassName
{
border-color: #B68C3A;
}
</style>