Shades of Dark Goldenrod #BC8308
Tints of Dark Goldenrod #BC8308
RGB
CMYK
RGB Variations
Color information
#BC8308 (or 0xBC8308) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 08. RGB value is (188,131,8). Sum of RGB (Red+Green+Blue) = 188+131+8=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8308 is #437CF7. Grayscale: #868686. Windows color (decimal): -4422904 or 558012. OLE color: 558012.
HSL color Cylindrical-coordinate representation of color #BC8308: hue angle of 41º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC8308 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.26 |
| HSL | 41º | 0.92% | 0.38% | - |
| HSV(B) | 41º | 0.96% | 0.74% | - |
| XYZ | 28.9 | 26.94 | 3.91 | - |
| YUV | 134.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 8 | 0 | 0.30 | 0.96 | 0.26 | 41 | 0.92 | 0.38 |
| Hex | BC | 83 | 8 | 0 | 1E | 60 | 1A | 29 | 5C | 26 |
| Octal | 274 | 203 | 10 | 0 | 36 | 140 | 32 | 51 | 134 | 46 |
| Binary | 10111100 | 10000011 | 1000 | 0 | 11110 | 1100000 | 11010 | 101001 | 1011100 | 100110 |
Color Harmonies of #BC8308
Complementary color
Monochromatic Colors of #BC8308
Black with #BC8308
Text Example
Text Example
White with #BC8308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8308; }
p { color: rgb(188,131,8); }
H1.HeaderClassName
{
color: #BC8308;
}
.AnyTagClassName
{
color: #BC8308;
}
</style>
background-color css
<style>
a { background-color: #BC8308; }
a { background-color: rgb(188,131,8); }
div.DivClassName
{
background-color: #BC8308;
}
.BgClassName
{
background-color: #BC8308;
}
</style>
border-color css
<style>
span { border-color: #BC8308; }
span { border-color: rgb(188,131,8); }
td.TdClassName
{
border-color: #BC8308;
}
.TagClassName
{
border-color: #BC8308;
}
</style>