Shades of Dark Goldenrod #BC750A
Tints of Dark Goldenrod #BC750A
RGB
CMYK
RGB Variations
Color information
#BC750A (or 0xBC750A) is known color: Dark Goldenrod. HEX triplet: BC, 75 and 0A. RGB value is (188,117,10). Sum of RGB (Red+Green+Blue) = 188+117+10=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC750A is #438AF5. Grayscale: #7E7E7E. Windows color (decimal): -4426486 or 685500. OLE color: 685500.
HSL color Cylindrical-coordinate representation of color #BC750A: hue angle of 36.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC750A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.26 |
| HSL | 36.07º | 0.9% | 0.39% | - |
| HSV(B) | 36.07º | 0.95% | 0.74% | - |
| XYZ | 27.16 | 23.44 | 3.38 | - |
| YUV | 126.03 | 62.52 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 10 | 0 | 0.38 | 0.95 | 0.26 | 36.07 | 0.9 | 0.39 |
| Hex | BC | 75 | A | 0 | 26 | 5F | 1A | 24 | 5A | 27 |
| Octal | 274 | 165 | 12 | 0 | 46 | 137 | 32 | 44 | 132 | 47 |
| Binary | 10111100 | 1110101 | 1010 | 0 | 100110 | 1011111 | 11010 | 100100 | 1011010 | 100111 |
Color Harmonies of #BC750A
Complementary color
Monochromatic Colors of #BC750A
Black with #BC750A
Text Example
Text Example
White with #BC750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC750A; }
p { color: rgb(188,117,10); }
H1.HeaderClassName
{
color: #BC750A;
}
.AnyTagClassName
{
color: #BC750A;
}
</style>
background-color css
<style>
a { background-color: #BC750A; }
a { background-color: rgb(188,117,10); }
div.DivClassName
{
background-color: #BC750A;
}
.BgClassName
{
background-color: #BC750A;
}
</style>
border-color css
<style>
span { border-color: #BC750A; }
span { border-color: rgb(188,117,10); }
td.TdClassName
{
border-color: #BC750A;
}
.TagClassName
{
border-color: #BC750A;
}
</style>