Shades of Dark Goldenrod #BC7B0A
Tints of Dark Goldenrod #BC7B0A
RGB
CMYK
RGB Variations
Color information
#BC7B0A (or 0xBC7B0A) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 0A. RGB value is (188,123,10). Sum of RGB (Red+Green+Blue) = 188+123+10=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B0A is #4384F5. Grayscale: #828282. Windows color (decimal): -4424950 or 687036. OLE color: 687036.
HSL color Cylindrical-coordinate representation of color #BC7B0A: hue angle of 38.09º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC7B0A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 10 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.26 |
| HSL | 38.09º | 0.9% | 0.39% | - |
| HSV(B) | 38.09º | 0.95% | 0.74% | - |
| XYZ | 27.88 | 24.88 | 3.62 | - |
| YUV | 129.55 | 60.53 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 10 | 0 | 0.35 | 0.95 | 0.26 | 38.09 | 0.9 | 0.39 |
| Hex | BC | 7B | A | 0 | 23 | 5F | 1A | 26 | 5A | 27 |
| Octal | 274 | 173 | 12 | 0 | 43 | 137 | 32 | 46 | 132 | 47 |
| Binary | 10111100 | 1111011 | 1010 | 0 | 100011 | 1011111 | 11010 | 100110 | 1011010 | 100111 |
Color Harmonies of #BC7B0A
Complementary color
Monochromatic Colors of #BC7B0A
Black with #BC7B0A
Text Example
Text Example
White with #BC7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B0A; }
p { color: rgb(188,123,10); }
H1.HeaderClassName
{
color: #BC7B0A;
}
.AnyTagClassName
{
color: #BC7B0A;
}
</style>
background-color css
<style>
a { background-color: #BC7B0A; }
a { background-color: rgb(188,123,10); }
div.DivClassName
{
background-color: #BC7B0A;
}
.BgClassName
{
background-color: #BC7B0A;
}
</style>
border-color css
<style>
span { border-color: #BC7B0A; }
span { border-color: rgb(188,123,10); }
td.TdClassName
{
border-color: #BC7B0A;
}
.TagClassName
{
border-color: #BC7B0A;
}
</style>