Shades of Dark Goldenrod #BC7B12
Tints of Dark Goldenrod #BC7B12
RGB
CMYK
RGB Variations
Color information
#BC7B12 (or 0xBC7B12) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 12. RGB value is (188,123,18). Sum of RGB (Red+Green+Blue) = 188+123+18=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B12 is #4384ED. Grayscale: #828282. Windows color (decimal): -4424942 or 1211324. OLE color: 1211324.
HSL color Cylindrical-coordinate representation of color #BC7B12: hue angle of 37.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7B12 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 18 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.26 |
| HSL | 37.06º | 0.83% | 0.4% | - |
| HSV(B) | 37.06º | 0.9% | 0.74% | - |
| XYZ | 27.93 | 24.9 | 3.91 | - |
| YUV | 130.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 18 | 0 | 0.35 | 0.90 | 0.26 | 37.06 | 0.83 | 0.4 |
| Hex | BC | 7B | 12 | 0 | 23 | 5A | 1A | 25 | 53 | 28 |
| Octal | 274 | 173 | 22 | 0 | 43 | 132 | 32 | 45 | 123 | 50 |
| Binary | 10111100 | 1111011 | 10010 | 0 | 100011 | 1011010 | 11010 | 100101 | 1010011 | 101000 |
Color Harmonies of #BC7B12
Complementary color
Monochromatic Colors of #BC7B12
Black with #BC7B12
Text Example
Text Example
White with #BC7B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B12; }
p { color: rgb(188,123,18); }
H1.HeaderClassName
{
color: #BC7B12;
}
.AnyTagClassName
{
color: #BC7B12;
}
</style>
background-color css
<style>
a { background-color: #BC7B12; }
a { background-color: rgb(188,123,18); }
div.DivClassName
{
background-color: #BC7B12;
}
.BgClassName
{
background-color: #BC7B12;
}
</style>
border-color css
<style>
span { border-color: #BC7B12; }
span { border-color: rgb(188,123,18); }
td.TdClassName
{
border-color: #BC7B12;
}
.TagClassName
{
border-color: #BC7B12;
}
</style>