Shades of Dark Goldenrod #BC810F
Tints of Dark Goldenrod #BC810F
RGB
CMYK
RGB Variations
Color information
#BC810F (or 0xBC810F) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 0F. RGB value is (188,129,15). Sum of RGB (Red+Green+Blue) = 188+129+15=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC810F is #437EF0. Grayscale: #868686. Windows color (decimal): -4423409 or 1016252. OLE color: 1016252.
HSL color Cylindrical-coordinate representation of color #BC810F: hue angle of 39.54º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC810F is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 15 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.26 |
| HSL | 39.54º | 0.85% | 0.4% | - |
| HSV(B) | 39.54º | 0.92% | 0.74% | - |
| XYZ | 28.68 | 26.43 | 4.04 | - |
| YUV | 133.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 15 | 0 | 0.31 | 0.92 | 0.26 | 39.54 | 0.85 | 0.4 |
| Hex | BC | 81 | F | 0 | 1F | 5C | 1A | 28 | 55 | 28 |
| Octal | 274 | 201 | 17 | 0 | 37 | 134 | 32 | 50 | 125 | 50 |
| Binary | 10111100 | 10000001 | 1111 | 0 | 11111 | 1011100 | 11010 | 101000 | 1010101 | 101000 |
Color Harmonies of #BC810F
Complementary color
Monochromatic Colors of #BC810F
Black with #BC810F
Text Example
Text Example
White with #BC810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC810F; }
p { color: rgb(188,129,15); }
H1.HeaderClassName
{
color: #BC810F;
}
.AnyTagClassName
{
color: #BC810F;
}
</style>
background-color css
<style>
a { background-color: #BC810F; }
a { background-color: rgb(188,129,15); }
div.DivClassName
{
background-color: #BC810F;
}
.BgClassName
{
background-color: #BC810F;
}
</style>
border-color css
<style>
span { border-color: #BC810F; }
span { border-color: rgb(188,129,15); }
td.TdClassName
{
border-color: #BC810F;
}
.TagClassName
{
border-color: #BC810F;
}
</style>