Shades of Dark Goldenrod #BC6F0D
Tints of Dark Goldenrod #BC6F0D
RGB
CMYK
RGB Variations
Color information
#BC6F0D (or 0xBC6F0D) is known color: Dark Goldenrod. HEX triplet: BC, 6F and 0D. RGB value is (188,111,13). Sum of RGB (Red+Green+Blue) = 188+111+13=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F0D is #4390F2. Grayscale: #7B7B7B. Windows color (decimal): -4428019 or 880572. OLE color: 880572.
HSL color Cylindrical-coordinate representation of color #BC6F0D: hue angle of 33.6º 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 #BC6F0D is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 13 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.26 |
| HSL | 33.6º | 0.87% | 0.39% | - |
| HSV(B) | 33.6º | 0.93% | 0.74% | - |
| XYZ | 26.5 | 22.09 | 3.25 | - |
| YUV | 122.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 13 | 0 | 0.41 | 0.93 | 0.26 | 33.6 | 0.87 | 0.39 |
| Hex | BC | 6F | D | 0 | 29 | 5D | 1A | 22 | 57 | 27 |
| Octal | 274 | 157 | 15 | 0 | 51 | 135 | 32 | 42 | 127 | 47 |
| Binary | 10111100 | 1101111 | 1101 | 0 | 101001 | 1011101 | 11010 | 100010 | 1010111 | 100111 |
Color Harmonies of #BC6F0D
Complementary color
Monochromatic Colors of #BC6F0D
Black with #BC6F0D
Text Example
Text Example
White with #BC6F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F0D; }
p { color: rgb(188,111,13); }
H1.HeaderClassName
{
color: #BC6F0D;
}
.AnyTagClassName
{
color: #BC6F0D;
}
</style>
background-color css
<style>
a { background-color: #BC6F0D; }
a { background-color: rgb(188,111,13); }
div.DivClassName
{
background-color: #BC6F0D;
}
.BgClassName
{
background-color: #BC6F0D;
}
</style>
border-color css
<style>
span { border-color: #BC6F0D; }
span { border-color: rgb(188,111,13); }
td.TdClassName
{
border-color: #BC6F0D;
}
.TagClassName
{
border-color: #BC6F0D;
}
</style>