Shades of Dark Goldenrod #BC9B01
Tints of Dark Goldenrod #BC9B01
RGB
CMYK
RGB Variations
Color information
#BC9B01 (or 0xBC9B01) is known color: Dark Goldenrod. HEX triplet: BC, 9B and 01. RGB value is (188,155,1). Sum of RGB (Red+Green+Blue) = 188+155+1=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9B01 is #4364FE. Grayscale: #939393. Windows color (decimal): -4416767 or 105404. OLE color: 105404.
HSL color Cylindrical-coordinate representation of color #BC9B01: hue angle of 49.41º 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 #BC9B01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.26 |
| HSL | 49.41º | 0.99% | 0.37% | - |
| HSV(B) | 49.41º | 0.99% | 0.74% | - |
| XYZ | 32.47 | 34.14 | 4.91 | - |
| YUV | 147.31 | 45.43 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 1 | 0 | 0.18 | 0.99 | 0.26 | 49.41 | 0.99 | 0.37 |
| Hex | BC | 9B | 1 | 0 | 12 | 63 | 1A | 31 | 63 | 25 |
| Octal | 274 | 233 | 1 | 0 | 22 | 143 | 32 | 61 | 143 | 45 |
| Binary | 10111100 | 10011011 | 1 | 0 | 10010 | 1100011 | 11010 | 110001 | 1100011 | 100101 |
Color Harmonies of #BC9B01
Complementary color
Monochromatic Colors of #BC9B01
Black with #BC9B01
Text Example
Text Example
White with #BC9B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B01; }
p { color: rgb(188,155,1); }
H1.HeaderClassName
{
color: #BC9B01;
}
.AnyTagClassName
{
color: #BC9B01;
}
</style>
background-color css
<style>
a { background-color: #BC9B01; }
a { background-color: rgb(188,155,1); }
div.DivClassName
{
background-color: #BC9B01;
}
.BgClassName
{
background-color: #BC9B01;
}
</style>
border-color css
<style>
span { border-color: #BC9B01; }
span { border-color: rgb(188,155,1); }
td.TdClassName
{
border-color: #BC9B01;
}
.TagClassName
{
border-color: #BC9B01;
}
</style>