Shades of Dark Goldenrod #BC6F01
Tints of Dark Goldenrod #BC6F01
RGB
CMYK
RGB Variations
Color information
#BC6F01 (or 0xBC6F01) is known color: Dark Goldenrod. HEX triplet: BC, 6F and 01. RGB value is (188,111,1). Sum of RGB (Red+Green+Blue) = 188+111+1=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F01 is #4390FE. Grayscale: #797979. Windows color (decimal): -4428031 or 94140. OLE color: 94140.
HSL color Cylindrical-coordinate representation of color #BC6F01: hue angle of 35.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC6F01 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.26 |
| HSL | 35.29º | 0.99% | 0.37% | - |
| HSV(B) | 35.29º | 0.99% | 0.74% | - |
| XYZ | 26.43 | 22.06 | 2.89 | - |
| YUV | 121.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 1 | 0 | 0.41 | 0.99 | 0.26 | 35.29 | 0.99 | 0.37 |
| Hex | BC | 6F | 1 | 0 | 29 | 63 | 1A | 23 | 63 | 25 |
| Octal | 274 | 157 | 1 | 0 | 51 | 143 | 32 | 43 | 143 | 45 |
| Binary | 10111100 | 1101111 | 1 | 0 | 101001 | 1100011 | 11010 | 100011 | 1100011 | 100101 |
Color Harmonies of #BC6F01
Complementary color
Monochromatic Colors of #BC6F01
Black with #BC6F01
Text Example
Text Example
White with #BC6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F01; }
p { color: rgb(188,111,1); }
H1.HeaderClassName
{
color: #BC6F01;
}
.AnyTagClassName
{
color: #BC6F01;
}
</style>
background-color css
<style>
a { background-color: #BC6F01; }
a { background-color: rgb(188,111,1); }
div.DivClassName
{
background-color: #BC6F01;
}
.BgClassName
{
background-color: #BC6F01;
}
</style>
border-color css
<style>
span { border-color: #BC6F01; }
span { border-color: rgb(188,111,1); }
td.TdClassName
{
border-color: #BC6F01;
}
.TagClassName
{
border-color: #BC6F01;
}
</style>