Shades of Dark Goldenrod #BA821B
Tints of Dark Goldenrod #BA821B
RGB
CMYK
RGB Variations
Color information
#BA821B (or 0xBA821B) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 1B. RGB value is (186,130,27). Sum of RGB (Red+Green+Blue) = 186+130+27=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA821B is #457DE4. Grayscale: #878787. Windows color (decimal): -4554213 or 1802938. OLE color: 1802938.
HSL color Cylindrical-coordinate representation of color #BA821B: hue angle of 38.87º 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 #BA821B is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 27 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.27 |
| HSL | 38.87º | 0.75% | 0.42% | - |
| HSV(B) | 38.87º | 0.85% | 0.73% | - |
| XYZ | 28.43 | 26.48 | 4.65 | - |
| YUV | 135 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 27 | 0 | 0.30 | 0.85 | 0.27 | 38.87 | 0.75 | 0.42 |
| Hex | BA | 82 | 1B | 0 | 1E | 55 | 1B | 27 | 4B | 2A |
| Octal | 272 | 202 | 33 | 0 | 36 | 125 | 33 | 47 | 113 | 52 |
| Binary | 10111010 | 10000010 | 11011 | 0 | 11110 | 1010101 | 11011 | 100111 | 1001011 | 101010 |
Color Harmonies of #BA821B
Complementary color
Monochromatic Colors of #BA821B
Black with #BA821B
Text Example
Text Example
White with #BA821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA821B; }
p { color: rgb(186,130,27); }
H1.HeaderClassName
{
color: #BA821B;
}
.AnyTagClassName
{
color: #BA821B;
}
</style>
background-color css
<style>
a { background-color: #BA821B; }
a { background-color: rgb(186,130,27); }
div.DivClassName
{
background-color: #BA821B;
}
.BgClassName
{
background-color: #BA821B;
}
</style>
border-color css
<style>
span { border-color: #BA821B; }
span { border-color: rgb(186,130,27); }
td.TdClassName
{
border-color: #BA821B;
}
.TagClassName
{
border-color: #BA821B;
}
</style>