Shades of Dark Goldenrod #BC730B
Tints of Dark Goldenrod #BC730B
RGB
CMYK
RGB Variations
Color information
#BC730B (or 0xBC730B) is known color: Dark Goldenrod. HEX triplet: BC, 73 and 0B. RGB value is (188,115,11). Sum of RGB (Red+Green+Blue) = 188+115+11=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC730B is #438CF4. Grayscale: #7D7D7D. Windows color (decimal): -4426997 or 750524. OLE color: 750524.
HSL color Cylindrical-coordinate representation of color #BC730B: hue angle of 35.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC730B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.26 |
| HSL | 35.25º | 0.89% | 0.39% | - |
| HSV(B) | 35.25º | 0.94% | 0.74% | - |
| XYZ | 26.93 | 22.98 | 3.33 | - |
| YUV | 124.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 11 | 0 | 0.39 | 0.94 | 0.26 | 35.25 | 0.89 | 0.39 |
| Hex | BC | 73 | B | 0 | 27 | 5E | 1A | 23 | 59 | 27 |
| Octal | 274 | 163 | 13 | 0 | 47 | 136 | 32 | 43 | 131 | 47 |
| Binary | 10111100 | 1110011 | 1011 | 0 | 100111 | 1011110 | 11010 | 100011 | 1011001 | 100111 |
Color Harmonies of #BC730B
Complementary color
Monochromatic Colors of #BC730B
Black with #BC730B
Text Example
Text Example
White with #BC730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC730B; }
p { color: rgb(188,115,11); }
H1.HeaderClassName
{
color: #BC730B;
}
.AnyTagClassName
{
color: #BC730B;
}
</style>
background-color css
<style>
a { background-color: #BC730B; }
a { background-color: rgb(188,115,11); }
div.DivClassName
{
background-color: #BC730B;
}
.BgClassName
{
background-color: #BC730B;
}
</style>
border-color css
<style>
span { border-color: #BC730B; }
span { border-color: rgb(188,115,11); }
td.TdClassName
{
border-color: #BC730B;
}
.TagClassName
{
border-color: #BC730B;
}
</style>