Shades of Dark Goldenrod #BA801B
Tints of Dark Goldenrod #BA801B
RGB
CMYK
RGB Variations
Color information
#BA801B (or 0xBA801B) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 1B. RGB value is (186,128,27). Sum of RGB (Red+Green+Blue) = 186+128+27=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA801B is #457FE4. Grayscale: #868686. Windows color (decimal): -4554725 or 1802426. OLE color: 1802426.
HSL color Cylindrical-coordinate representation of color #BA801B: hue angle of 38.11º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA801B is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 27 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.27 |
| HSL | 38.11º | 0.75% | 0.42% | - |
| HSV(B) | 38.11º | 0.85% | 0.73% | - |
| XYZ | 28.17 | 25.96 | 4.56 | - |
| YUV | 133.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 27 | 0 | 0.31 | 0.85 | 0.27 | 38.11 | 0.75 | 0.42 |
| Hex | BA | 80 | 1B | 0 | 1F | 55 | 1B | 26 | 4B | 2A |
| Octal | 272 | 200 | 33 | 0 | 37 | 125 | 33 | 46 | 113 | 52 |
| Binary | 10111010 | 10000000 | 11011 | 0 | 11111 | 1010101 | 11011 | 100110 | 1001011 | 101010 |
Color Harmonies of #BA801B
Complementary color
Monochromatic Colors of #BA801B
Black with #BA801B
Text Example
Text Example
White with #BA801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA801B; }
p { color: rgb(186,128,27); }
H1.HeaderClassName
{
color: #BA801B;
}
.AnyTagClassName
{
color: #BA801B;
}
</style>
background-color css
<style>
a { background-color: #BA801B; }
a { background-color: rgb(186,128,27); }
div.DivClassName
{
background-color: #BA801B;
}
.BgClassName
{
background-color: #BA801B;
}
</style>
border-color css
<style>
span { border-color: #BA801B; }
span { border-color: rgb(186,128,27); }
td.TdClassName
{
border-color: #BA801B;
}
.TagClassName
{
border-color: #BA801B;
}
</style>