Shades of Dark Goldenrod #BC9601
Tints of Dark Goldenrod #BC9601
RGB
CMYK
RGB Variations
Color information
#BC9601 (or 0xBC9601) is known color: Dark Goldenrod. HEX triplet: BC, 96 and 01. RGB value is (188,150,1). Sum of RGB (Red+Green+Blue) = 188+150+1=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9601 is #4369FE. Grayscale: #919191. Windows color (decimal): -4418047 or 104124. OLE color: 104124.
HSL color Cylindrical-coordinate representation of color #BC9601: hue angle of 47.81º 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 #BC9601 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.26 |
| HSL | 47.81º | 0.99% | 0.37% | - |
| HSV(B) | 47.81º | 0.99% | 0.74% | - |
| XYZ | 31.65 | 32.51 | 4.63 | - |
| YUV | 144.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 1 | 0 | 0.20 | 0.99 | 0.26 | 47.81 | 0.99 | 0.37 |
| Hex | BC | 96 | 1 | 0 | 14 | 63 | 1A | 30 | 63 | 25 |
| Octal | 274 | 226 | 1 | 0 | 24 | 143 | 32 | 60 | 143 | 45 |
| Binary | 10111100 | 10010110 | 1 | 0 | 10100 | 1100011 | 11010 | 110000 | 1100011 | 100101 |
Color Harmonies of #BC9601
Complementary color
Monochromatic Colors of #BC9601
Black with #BC9601
Text Example
Text Example
White with #BC9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9601; }
p { color: rgb(188,150,1); }
H1.HeaderClassName
{
color: #BC9601;
}
.AnyTagClassName
{
color: #BC9601;
}
</style>
background-color css
<style>
a { background-color: #BC9601; }
a { background-color: rgb(188,150,1); }
div.DivClassName
{
background-color: #BC9601;
}
.BgClassName
{
background-color: #BC9601;
}
</style>
border-color css
<style>
span { border-color: #BC9601; }
span { border-color: rgb(188,150,1); }
td.TdClassName
{
border-color: #BC9601;
}
.TagClassName
{
border-color: #BC9601;
}
</style>