Shades of Dark Goldenrod #BC7B13
Tints of Dark Goldenrod #BC7B13
RGB
CMYK
RGB Variations
Color information
#BC7B13 (or 0xBC7B13) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 13. RGB value is (188,123,19). Sum of RGB (Red+Green+Blue) = 188+123+19=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B13 is #4384EC. Grayscale: #838383. Windows color (decimal): -4424941 or 1276860. OLE color: 1276860.
HSL color Cylindrical-coordinate representation of color #BC7B13: hue angle of 36.92º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7B13 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 19 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.26 |
| HSL | 36.92º | 0.82% | 0.41% | - |
| HSV(B) | 36.92º | 0.9% | 0.74% | - |
| XYZ | 27.94 | 24.9 | 3.95 | - |
| YUV | 130.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 19 | 0 | 0.35 | 0.90 | 0.26 | 36.92 | 0.82 | 0.41 |
| Hex | BC | 7B | 13 | 0 | 23 | 5A | 1A | 25 | 52 | 29 |
| Octal | 274 | 173 | 23 | 0 | 43 | 132 | 32 | 45 | 122 | 51 |
| Binary | 10111100 | 1111011 | 10011 | 0 | 100011 | 1011010 | 11010 | 100101 | 1010010 | 101001 |
Color Harmonies of #BC7B13
Complementary color
Monochromatic Colors of #BC7B13
Black with #BC7B13
Text Example
Text Example
White with #BC7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B13; }
p { color: rgb(188,123,19); }
H1.HeaderClassName
{
color: #BC7B13;
}
.AnyTagClassName
{
color: #BC7B13;
}
</style>
background-color css
<style>
a { background-color: #BC7B13; }
a { background-color: rgb(188,123,19); }
div.DivClassName
{
background-color: #BC7B13;
}
.BgClassName
{
background-color: #BC7B13;
}
</style>
border-color css
<style>
span { border-color: #BC7B13; }
span { border-color: rgb(188,123,19); }
td.TdClassName
{
border-color: #BC7B13;
}
.TagClassName
{
border-color: #BC7B13;
}
</style>