Shades of Marigold #B67F3C
Tints of Marigold #B67F3C
RGB
CMYK
RGB Variations
Color information
#B67F3C (or 0xB67F3C) is known color: Marigold. HEX triplet: B6, 7F and 3C. RGB value is (182,127,60). Sum of RGB (Red+Green+Blue) = 182+127+60=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67F3C is #4980C3. Grayscale: #888888. Windows color (decimal): -4817092 or 3964854. OLE color: 3964854.
HSL color Cylindrical-coordinate representation of color #B67F3C: hue angle of 32.95º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B67F3C is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 60 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.29 |
| HSL | 32.95º | 0.5% | 0.47% | - |
| HSV(B) | 32.95º | 0.67% | 0.71% | - |
| XYZ | 27.7 | 25.45 | 7.73 | - |
| YUV | 135.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 60 | 0 | 0.30 | 0.67 | 0.29 | 32.95 | 0.5 | 0.47 |
| Hex | B6 | 7F | 3C | 0 | 1E | 43 | 1D | 21 | 32 | 2F |
| Octal | 266 | 177 | 74 | 0 | 36 | 103 | 35 | 41 | 62 | 57 |
| Binary | 10110110 | 1111111 | 111100 | 0 | 11110 | 1000011 | 11101 | 100001 | 110010 | 101111 |
Color Harmonies of #B67F3C
Complementary color
Monochromatic Colors of #B67F3C
Black with #B67F3C
Text Example
Text Example
White with #B67F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F3C; }
p { color: rgb(182,127,60); }
H1.HeaderClassName
{
color: #B67F3C;
}
.AnyTagClassName
{
color: #B67F3C;
}
</style>
background-color css
<style>
a { background-color: #B67F3C; }
a { background-color: rgb(182,127,60); }
div.DivClassName
{
background-color: #B67F3C;
}
.BgClassName
{
background-color: #B67F3C;
}
</style>
border-color css
<style>
span { border-color: #B67F3C; }
span { border-color: rgb(182,127,60); }
td.TdClassName
{
border-color: #B67F3C;
}
.TagClassName
{
border-color: #B67F3C;
}
</style>