Shades of Dark Goldenrod #BC7B0D
Tints of Dark Goldenrod #BC7B0D
RGB
CMYK
RGB Variations
Color information
#BC7B0D (or 0xBC7B0D) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 0D. RGB value is (188,123,13). Sum of RGB (Red+Green+Blue) = 188+123+13=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B0D is #4384F2. Grayscale: #828282. Windows color (decimal): -4424947 or 883644. OLE color: 883644.
HSL color Cylindrical-coordinate representation of color #BC7B0D: hue angle of 37.71º 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 #BC7B0D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.26 |
| HSL | 37.71º | 0.87% | 0.39% | - |
| HSV(B) | 37.71º | 0.93% | 0.74% | - |
| XYZ | 27.89 | 24.89 | 3.71 | - |
| YUV | 129.9 | 62.03 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 13 | 0 | 0.35 | 0.93 | 0.26 | 37.71 | 0.87 | 0.39 |
| Hex | BC | 7B | D | 0 | 23 | 5D | 1A | 26 | 57 | 27 |
| Octal | 274 | 173 | 15 | 0 | 43 | 135 | 32 | 46 | 127 | 47 |
| Binary | 10111100 | 1111011 | 1101 | 0 | 100011 | 1011101 | 11010 | 100110 | 1010111 | 100111 |
Color Harmonies of #BC7B0D
Complementary color
Monochromatic Colors of #BC7B0D
Black with #BC7B0D
Text Example
Text Example
White with #BC7B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B0D; }
p { color: rgb(188,123,13); }
H1.HeaderClassName
{
color: #BC7B0D;
}
.AnyTagClassName
{
color: #BC7B0D;
}
</style>
background-color css
<style>
a { background-color: #BC7B0D; }
a { background-color: rgb(188,123,13); }
div.DivClassName
{
background-color: #BC7B0D;
}
.BgClassName
{
background-color: #BC7B0D;
}
</style>
border-color css
<style>
span { border-color: #BC7B0D; }
span { border-color: rgb(188,123,13); }
td.TdClassName
{
border-color: #BC7B0D;
}
.TagClassName
{
border-color: #BC7B0D;
}
</style>