Shades of Dark Goldenrod #BA8011
Tints of Dark Goldenrod #BA8011
RGB
CMYK
RGB Variations
Color information
#BA8011 (or 0xBA8011) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 11. RGB value is (186,128,17). Sum of RGB (Red+Green+Blue) = 186+128+17=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8011 is #457FEE. Grayscale: #858585. Windows color (decimal): -4554735 or 1147066. OLE color: 1147066.
HSL color Cylindrical-coordinate representation of color #BA8011: hue angle of 39.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA8011 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.27 |
| HSL | 39.41º | 0.83% | 0.4% | - |
| HSV(B) | 39.41º | 0.91% | 0.73% | - |
| XYZ | 28.07 | 25.92 | 4.05 | - |
| YUV | 132.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 17 | 0 | 0.31 | 0.91 | 0.27 | 39.41 | 0.83 | 0.4 |
| Hex | BA | 80 | 11 | 0 | 1F | 5B | 1B | 27 | 53 | 28 |
| Octal | 272 | 200 | 21 | 0 | 37 | 133 | 33 | 47 | 123 | 50 |
| Binary | 10111010 | 10000000 | 10001 | 0 | 11111 | 1011011 | 11011 | 100111 | 1010011 | 101000 |
Color Harmonies of #BA8011
Complementary color
Monochromatic Colors of #BA8011
Black with #BA8011
Text Example
Text Example
White with #BA8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8011; }
p { color: rgb(186,128,17); }
H1.HeaderClassName
{
color: #BA8011;
}
.AnyTagClassName
{
color: #BA8011;
}
</style>
background-color css
<style>
a { background-color: #BA8011; }
a { background-color: rgb(186,128,17); }
div.DivClassName
{
background-color: #BA8011;
}
.BgClassName
{
background-color: #BA8011;
}
</style>
border-color css
<style>
span { border-color: #BA8011; }
span { border-color: rgb(186,128,17); }
td.TdClassName
{
border-color: #BA8011;
}
.TagClassName
{
border-color: #BA8011;
}
</style>