Shades of Dark Goldenrod #BC7B0B
Tints of Dark Goldenrod #BC7B0B
RGB
CMYK
RGB Variations
Color information
#BC7B0B (or 0xBC7B0B) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 0B. RGB value is (188,123,11). Sum of RGB (Red+Green+Blue) = 188+123+11=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B0B is #4384F4. Grayscale: #828282. Windows color (decimal): -4424949 or 752572. OLE color: 752572.
HSL color Cylindrical-coordinate representation of color #BC7B0B: hue angle of 37.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC7B0B is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 11 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.26 |
| HSL | 37.97º | 0.89% | 0.39% | - |
| HSV(B) | 37.97º | 0.94% | 0.74% | - |
| XYZ | 27.88 | 24.88 | 3.65 | - |
| YUV | 129.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 11 | 0 | 0.35 | 0.94 | 0.26 | 37.97 | 0.89 | 0.39 |
| Hex | BC | 7B | B | 0 | 23 | 5E | 1A | 26 | 59 | 27 |
| Octal | 274 | 173 | 13 | 0 | 43 | 136 | 32 | 46 | 131 | 47 |
| Binary | 10111100 | 1111011 | 1011 | 0 | 100011 | 1011110 | 11010 | 100110 | 1011001 | 100111 |
Color Harmonies of #BC7B0B
Complementary color
Monochromatic Colors of #BC7B0B
Black with #BC7B0B
Text Example
Text Example
White with #BC7B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B0B; }
p { color: rgb(188,123,11); }
H1.HeaderClassName
{
color: #BC7B0B;
}
.AnyTagClassName
{
color: #BC7B0B;
}
</style>
background-color css
<style>
a { background-color: #BC7B0B; }
a { background-color: rgb(188,123,11); }
div.DivClassName
{
background-color: #BC7B0B;
}
.BgClassName
{
background-color: #BC7B0B;
}
</style>
border-color css
<style>
span { border-color: #BC7B0B; }
span { border-color: rgb(188,123,11); }
td.TdClassName
{
border-color: #BC7B0B;
}
.TagClassName
{
border-color: #BC7B0B;
}
</style>