Shades of Dark Goldenrod #BA7D02
Tints of Dark Goldenrod #BA7D02
RGB
CMYK
RGB Variations
Color information
#BA7D02 (or 0xBA7D02) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 02. RGB value is (186,125,2). Sum of RGB (Red+Green+Blue) = 186+125+2=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D02 is #4582FD. Grayscale: #818181. Windows color (decimal): -4555518 or 163258. OLE color: 163258.
HSL color Cylindrical-coordinate representation of color #BA7D02: hue angle of 40.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA7D02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.27 |
| HSL | 40.11º | 0.98% | 0.37% | - |
| HSV(B) | 40.11º | 0.99% | 0.73% | - |
| XYZ | 27.59 | 25.11 | 3.45 | - |
| YUV | 129.22 | 56.21 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 2 | 0 | 0.33 | 0.99 | 0.27 | 40.11 | 0.98 | 0.37 |
| Hex | BA | 7D | 2 | 0 | 21 | 63 | 1B | 28 | 62 | 25 |
| Octal | 272 | 175 | 2 | 0 | 41 | 143 | 33 | 50 | 142 | 45 |
| Binary | 10111010 | 1111101 | 10 | 0 | 100001 | 1100011 | 11011 | 101000 | 1100010 | 100101 |
Color Harmonies of #BA7D02
Complementary color
Monochromatic Colors of #BA7D02
Black with #BA7D02
Text Example
Text Example
White with #BA7D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D02; }
p { color: rgb(186,125,2); }
H1.HeaderClassName
{
color: #BA7D02;
}
.AnyTagClassName
{
color: #BA7D02;
}
</style>
background-color css
<style>
a { background-color: #BA7D02; }
a { background-color: rgb(186,125,2); }
div.DivClassName
{
background-color: #BA7D02;
}
.BgClassName
{
background-color: #BA7D02;
}
</style>
border-color css
<style>
span { border-color: #BA7D02; }
span { border-color: rgb(186,125,2); }
td.TdClassName
{
border-color: #BA7D02;
}
.TagClassName
{
border-color: #BA7D02;
}
</style>