Shades of Marigold #BD8338
Tints of Marigold #BD8338
RGB
CMYK
RGB Variations
Color information
#BD8338 (or 0xBD8338) is known color: Marigold. HEX triplet: BD, 83 and 38. RGB value is (189,131,56). Sum of RGB (Red+Green+Blue) = 189+131+56=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8338 is #427CC7. Grayscale: #8C8C8C. Windows color (decimal): -4357320 or 3703741. OLE color: 3703741.
HSL color Cylindrical-coordinate representation of color #BD8338: hue angle of 33.83º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD8338 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 56 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.26 |
| HSL | 33.83º | 0.54% | 0.48% | - |
| HSV(B) | 33.83º | 0.7% | 0.74% | - |
| XYZ | 29.82 | 27.34 | 7.45 | - |
| YUV | 139.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 56 | 0 | 0.31 | 0.70 | 0.26 | 33.83 | 0.54 | 0.48 |
| Hex | BD | 83 | 38 | 0 | 1F | 46 | 1A | 22 | 36 | 30 |
| Octal | 275 | 203 | 70 | 0 | 37 | 106 | 32 | 42 | 66 | 60 |
| Binary | 10111101 | 10000011 | 111000 | 0 | 11111 | 1000110 | 11010 | 100010 | 110110 | 110000 |
Color Harmonies of #BD8338
Complementary color
Monochromatic Colors of #BD8338
Black with #BD8338
Text Example
Text Example
White with #BD8338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8338; }
p { color: rgb(189,131,56); }
H1.HeaderClassName
{
color: #BD8338;
}
.AnyTagClassName
{
color: #BD8338;
}
</style>
background-color css
<style>
a { background-color: #BD8338; }
a { background-color: rgb(189,131,56); }
div.DivClassName
{
background-color: #BD8338;
}
.BgClassName
{
background-color: #BD8338;
}
</style>
border-color css
<style>
span { border-color: #BD8338; }
span { border-color: rgb(189,131,56); }
td.TdClassName
{
border-color: #BD8338;
}
.TagClassName
{
border-color: #BD8338;
}
</style>