Shades of Dark Goldenrod #BA7B02
Tints of Dark Goldenrod #BA7B02
RGB
CMYK
RGB Variations
Color information
#BA7B02 (or 0xBA7B02) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 02. RGB value is (186,123,2). Sum of RGB (Red+Green+Blue) = 186+123+2=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B02 is #4584FD. Grayscale: #808080. Windows color (decimal): -4556030 or 162746. OLE color: 162746.
HSL color Cylindrical-coordinate representation of color #BA7B02: hue angle of 39.46º 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 #BA7B02 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.27 |
| HSL | 39.46º | 0.98% | 0.37% | - |
| HSV(B) | 39.46º | 0.99% | 0.73% | - |
| XYZ | 27.34 | 24.61 | 3.37 | - |
| YUV | 128.04 | 56.87 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 2 | 0 | 0.34 | 0.99 | 0.27 | 39.46 | 0.98 | 0.37 |
| Hex | BA | 7B | 2 | 0 | 22 | 63 | 1B | 27 | 62 | 25 |
| Octal | 272 | 173 | 2 | 0 | 42 | 143 | 33 | 47 | 142 | 45 |
| Binary | 10111010 | 1111011 | 10 | 0 | 100010 | 1100011 | 11011 | 100111 | 1100010 | 100101 |
Color Harmonies of #BA7B02
Complementary color
Monochromatic Colors of #BA7B02
Black with #BA7B02
Text Example
Text Example
White with #BA7B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B02; }
p { color: rgb(186,123,2); }
H1.HeaderClassName
{
color: #BA7B02;
}
.AnyTagClassName
{
color: #BA7B02;
}
</style>
background-color css
<style>
a { background-color: #BA7B02; }
a { background-color: rgb(186,123,2); }
div.DivClassName
{
background-color: #BA7B02;
}
.BgClassName
{
background-color: #BA7B02;
}
</style>
border-color css
<style>
span { border-color: #BA7B02; }
span { border-color: rgb(186,123,2); }
td.TdClassName
{
border-color: #BA7B02;
}
.TagClassName
{
border-color: #BA7B02;
}
</style>