Shades of Dark Goldenrod #BA831D
Tints of Dark Goldenrod #BA831D
RGB
CMYK
RGB Variations
Color information
#BA831D (or 0xBA831D) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 1D. RGB value is (186,131,29). Sum of RGB (Red+Green+Blue) = 186+131+29=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA831D is #457CE2. Grayscale: #888888. Windows color (decimal): -4553955 or 1934266. OLE color: 1934266.
HSL color Cylindrical-coordinate representation of color #BA831D: hue angle of 38.98º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA831D is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 29 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.27 |
| HSL | 38.98º | 0.73% | 0.42% | - |
| HSV(B) | 38.98º | 0.84% | 0.73% | - |
| XYZ | 28.59 | 26.76 | 4.82 | - |
| YUV | 135.82 | 67.72 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 29 | 0 | 0.30 | 0.84 | 0.27 | 38.98 | 0.73 | 0.42 |
| Hex | BA | 83 | 1D | 0 | 1E | 54 | 1B | 27 | 49 | 2A |
| Octal | 272 | 203 | 35 | 0 | 36 | 124 | 33 | 47 | 111 | 52 |
| Binary | 10111010 | 10000011 | 11101 | 0 | 11110 | 1010100 | 11011 | 100111 | 1001001 | 101010 |
Color Harmonies of #BA831D
Complementary color
Monochromatic Colors of #BA831D
Black with #BA831D
Text Example
Text Example
White with #BA831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA831D; }
p { color: rgb(186,131,29); }
H1.HeaderClassName
{
color: #BA831D;
}
.AnyTagClassName
{
color: #BA831D;
}
</style>
background-color css
<style>
a { background-color: #BA831D; }
a { background-color: rgb(186,131,29); }
div.DivClassName
{
background-color: #BA831D;
}
.BgClassName
{
background-color: #BA831D;
}
</style>
border-color css
<style>
span { border-color: #BA831D; }
span { border-color: rgb(186,131,29); }
td.TdClassName
{
border-color: #BA831D;
}
.TagClassName
{
border-color: #BA831D;
}
</style>