Shades of Dark Goldenrod #BC6F09
Tints of Dark Goldenrod #BC6F09
RGB
CMYK
RGB Variations
Color information
#BC6F09 (or 0xBC6F09) is known color: Dark Goldenrod. HEX triplet: BC, 6F and 09. RGB value is (188,111,9). Sum of RGB (Red+Green+Blue) = 188+111+9=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F09 is #4390F6. Grayscale: #7A7A7A. Windows color (decimal): -4428023 or 618428. OLE color: 618428.
HSL color Cylindrical-coordinate representation of color #BC6F09: hue angle of 34.19º degrees, saturation: 0.91, 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 #BC6F09 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.26 |
| HSL | 34.19º | 0.91% | 0.39% | - |
| HSV(B) | 34.19º | 0.95% | 0.74% | - |
| XYZ | 26.47 | 22.08 | 3.13 | - |
| YUV | 122.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 9 | 0 | 0.41 | 0.95 | 0.26 | 34.19 | 0.91 | 0.39 |
| Hex | BC | 6F | 9 | 0 | 29 | 5F | 1A | 22 | 5B | 27 |
| Octal | 274 | 157 | 11 | 0 | 51 | 137 | 32 | 42 | 133 | 47 |
| Binary | 10111100 | 1101111 | 1001 | 0 | 101001 | 1011111 | 11010 | 100010 | 1011011 | 100111 |
Color Harmonies of #BC6F09
Complementary color
Monochromatic Colors of #BC6F09
Black with #BC6F09
Text Example
Text Example
White with #BC6F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F09; }
p { color: rgb(188,111,9); }
H1.HeaderClassName
{
color: #BC6F09;
}
.AnyTagClassName
{
color: #BC6F09;
}
</style>
background-color css
<style>
a { background-color: #BC6F09; }
a { background-color: rgb(188,111,9); }
div.DivClassName
{
background-color: #BC6F09;
}
.BgClassName
{
background-color: #BC6F09;
}
</style>
border-color css
<style>
span { border-color: #BC6F09; }
span { border-color: rgb(188,111,9); }
td.TdClassName
{
border-color: #BC6F09;
}
.TagClassName
{
border-color: #BC6F09;
}
</style>