Shades of Dark Goldenrod #BC8303
Tints of Dark Goldenrod #BC8303
RGB
CMYK
RGB Variations
Color information
#BC8303 (or 0xBC8303) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 03. RGB value is (188,131,3). Sum of RGB (Red+Green+Blue) = 188+131+3=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8303 is #437CFC. Grayscale: #868686. Windows color (decimal): -4422909 or 230332. OLE color: 230332.
HSL color Cylindrical-coordinate representation of color #BC8303: hue angle of 41.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC8303 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.26 |
| HSL | 41.51º | 0.97% | 0.37% | - |
| HSV(B) | 41.51º | 0.98% | 0.74% | - |
| XYZ | 28.87 | 26.93 | 3.76 | - |
| YUV | 133.45 | 54.38 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 3 | 0 | 0.30 | 0.98 | 0.26 | 41.51 | 0.97 | 0.37 |
| Hex | BC | 83 | 3 | 0 | 1E | 62 | 1A | 2A | 61 | 25 |
| Octal | 274 | 203 | 3 | 0 | 36 | 142 | 32 | 52 | 141 | 45 |
| Binary | 10111100 | 10000011 | 11 | 0 | 11110 | 1100010 | 11010 | 101010 | 1100001 | 100101 |
Color Harmonies of #BC8303
Complementary color
Monochromatic Colors of #BC8303
Black with #BC8303
Text Example
Text Example
White with #BC8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8303; }
p { color: rgb(188,131,3); }
H1.HeaderClassName
{
color: #BC8303;
}
.AnyTagClassName
{
color: #BC8303;
}
</style>
background-color css
<style>
a { background-color: #BC8303; }
a { background-color: rgb(188,131,3); }
div.DivClassName
{
background-color: #BC8303;
}
.BgClassName
{
background-color: #BC8303;
}
</style>
border-color css
<style>
span { border-color: #BC8303; }
span { border-color: rgb(188,131,3); }
td.TdClassName
{
border-color: #BC8303;
}
.TagClassName
{
border-color: #BC8303;
}
</style>