Shades of Dark Goldenrod #BA7B00
Tints of Dark Goldenrod #BA7B00
RGB
CMYK
RGB Variations
Color information
#BA7B00 (or 0xBA7B00) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 00. RGB value is (186,123,0). Sum of RGB (Red+Green+Blue) = 186+123+0=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B00 is #4584FF. Grayscale: #808080. Windows color (decimal): -4556032 or 31674. OLE color: 31674.
HSL color Cylindrical-coordinate representation of color #BA7B00: hue angle of 39.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA7B00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.27 |
| HSL | 39.68º | 1% | 0.36% | - |
| HSV(B) | 39.68º | 1% | 0.73% | - |
| XYZ | 27.33 | 24.61 | 3.31 | - |
| YUV | 127.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 0 | 0 | 0.34 | 1 | 0.27 | 39.68 | 1 | 0.36 |
| Hex | BA | 7B | 0 | 0 | 22 | 64 | 1B | 28 | 64 | 24 |
| Octal | 272 | 173 | 0 | 0 | 42 | 144 | 33 | 50 | 144 | 44 |
| Binary | 10111010 | 1111011 | 0 | 0 | 100010 | 1100100 | 11011 | 101000 | 1100100 | 100100 |
Color Harmonies of #BA7B00
Complementary color
Monochromatic Colors of #BA7B00
Black with #BA7B00
Text Example
Text Example
White with #BA7B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B00; }
p { color: rgb(186,123,0); }
H1.HeaderClassName
{
color: #BA7B00;
}
.AnyTagClassName
{
color: #BA7B00;
}
</style>
background-color css
<style>
a { background-color: #BA7B00; }
a { background-color: rgb(186,123,0); }
div.DivClassName
{
background-color: #BA7B00;
}
.BgClassName
{
background-color: #BA7B00;
}
</style>
border-color css
<style>
span { border-color: #BA7B00; }
span { border-color: rgb(186,123,0); }
td.TdClassName
{
border-color: #BA7B00;
}
.TagClassName
{
border-color: #BA7B00;
}
</style>