Shades of Marigold #BD833B
Tints of Marigold #BD833B
RGB
CMYK
RGB Variations
Color information
#BD833B (or 0xBD833B) is known color: Marigold. HEX triplet: BD, 83 and 3B. RGB value is (189,131,59). Sum of RGB (Red+Green+Blue) = 189+131+59=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD833B is #427CC4. Grayscale: #8C8C8C. Windows color (decimal): -4357317 or 3900349. OLE color: 3900349.
HSL color Cylindrical-coordinate representation of color #BD833B: hue angle of 33.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD833B is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 59 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.26 |
| HSL | 33.23º | 0.52% | 0.49% | - |
| HSV(B) | 33.23º | 0.69% | 0.74% | - |
| XYZ | 29.89 | 27.37 | 7.84 | - |
| YUV | 140.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 59 | 0 | 0.31 | 0.69 | 0.26 | 33.23 | 0.52 | 0.49 |
| Hex | BD | 83 | 3B | 0 | 1F | 45 | 1A | 21 | 34 | 31 |
| Octal | 275 | 203 | 73 | 0 | 37 | 105 | 32 | 41 | 64 | 61 |
| Binary | 10111101 | 10000011 | 111011 | 0 | 11111 | 1000101 | 11010 | 100001 | 110100 | 110001 |
Color Harmonies of #BD833B
Complementary color
Monochromatic Colors of #BD833B
Black with #BD833B
Text Example
Text Example
White with #BD833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD833B; }
p { color: rgb(189,131,59); }
H1.HeaderClassName
{
color: #BD833B;
}
.AnyTagClassName
{
color: #BD833B;
}
</style>
background-color css
<style>
a { background-color: #BD833B; }
a { background-color: rgb(189,131,59); }
div.DivClassName
{
background-color: #BD833B;
}
.BgClassName
{
background-color: #BD833B;
}
</style>
border-color css
<style>
span { border-color: #BD833B; }
span { border-color: rgb(189,131,59); }
td.TdClassName
{
border-color: #BD833B;
}
.TagClassName
{
border-color: #BD833B;
}
</style>