Shades of Dark Goldenrod #BC810D
Tints of Dark Goldenrod #BC810D
RGB
CMYK
RGB Variations
Color information
#BC810D (or 0xBC810D) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 0D. RGB value is (188,129,13). Sum of RGB (Red+Green+Blue) = 188+129+13=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC810D is #437EF2. Grayscale: #858585. Windows color (decimal): -4423411 or 885180. OLE color: 885180.
HSL color Cylindrical-coordinate representation of color #BC810D: hue angle of 39.77º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC810D is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 13 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.26 |
| HSL | 39.77º | 0.87% | 0.39% | - |
| HSV(B) | 39.77º | 0.93% | 0.74% | - |
| XYZ | 28.66 | 26.42 | 3.97 | - |
| YUV | 133.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 13 | 0 | 0.31 | 0.93 | 0.26 | 39.77 | 0.87 | 0.39 |
| Hex | BC | 81 | D | 0 | 1F | 5D | 1A | 28 | 57 | 27 |
| Octal | 274 | 201 | 15 | 0 | 37 | 135 | 32 | 50 | 127 | 47 |
| Binary | 10111100 | 10000001 | 1101 | 0 | 11111 | 1011101 | 11010 | 101000 | 1010111 | 100111 |
Color Harmonies of #BC810D
Complementary color
Monochromatic Colors of #BC810D
Black with #BC810D
Text Example
Text Example
White with #BC810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC810D; }
p { color: rgb(188,129,13); }
H1.HeaderClassName
{
color: #BC810D;
}
.AnyTagClassName
{
color: #BC810D;
}
</style>
background-color css
<style>
a { background-color: #BC810D; }
a { background-color: rgb(188,129,13); }
div.DivClassName
{
background-color: #BC810D;
}
.BgClassName
{
background-color: #BC810D;
}
</style>
border-color css
<style>
span { border-color: #BC810D; }
span { border-color: rgb(188,129,13); }
td.TdClassName
{
border-color: #BC810D;
}
.TagClassName
{
border-color: #BC810D;
}
</style>