Shades of Dark Goldenrod #BC7B01
Tints of Dark Goldenrod #BC7B01
RGB
CMYK
RGB Variations
Color information
#BC7B01 (or 0xBC7B01) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 01. RGB value is (188,123,1). Sum of RGB (Red+Green+Blue) = 188+123+1=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B01 is #4384FE. Grayscale: #818181. Windows color (decimal): -4424959 or 97212. OLE color: 97212.
HSL color Cylindrical-coordinate representation of color #BC7B01: hue angle of 39.14º 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 #BC7B01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.26 |
| HSL | 39.14º | 0.99% | 0.37% | - |
| HSV(B) | 39.14º | 0.99% | 0.74% | - |
| XYZ | 27.83 | 24.86 | 3.36 | - |
| YUV | 128.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 1 | 0 | 0.35 | 0.99 | 0.26 | 39.14 | 0.99 | 0.37 |
| Hex | BC | 7B | 1 | 0 | 23 | 63 | 1A | 27 | 63 | 25 |
| Octal | 274 | 173 | 1 | 0 | 43 | 143 | 32 | 47 | 143 | 45 |
| Binary | 10111100 | 1111011 | 1 | 0 | 100011 | 1100011 | 11010 | 100111 | 1100011 | 100101 |
Color Harmonies of #BC7B01
Complementary color
Monochromatic Colors of #BC7B01
Black with #BC7B01
Text Example
Text Example
White with #BC7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B01; }
p { color: rgb(188,123,1); }
H1.HeaderClassName
{
color: #BC7B01;
}
.AnyTagClassName
{
color: #BC7B01;
}
</style>
background-color css
<style>
a { background-color: #BC7B01; }
a { background-color: rgb(188,123,1); }
div.DivClassName
{
background-color: #BC7B01;
}
.BgClassName
{
background-color: #BC7B01;
}
</style>
border-color css
<style>
span { border-color: #BC7B01; }
span { border-color: rgb(188,123,1); }
td.TdClassName
{
border-color: #BC7B01;
}
.TagClassName
{
border-color: #BC7B01;
}
</style>