Shades of Dark Goldenrod #BA6D08
Tints of Dark Goldenrod #BA6D08
RGB
CMYK
RGB Variations
Color information
#BA6D08 (or 0xBA6D08) is known color: Dark Goldenrod. HEX triplet: BA, 6D and 08. RGB value is (186,109,8). Sum of RGB (Red+Green+Blue) = 186+109+8=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6D08 is #4592F7. Grayscale: #787878. Windows color (decimal): -4559608 or 552378. OLE color: 552378.
HSL color Cylindrical-coordinate representation of color #BA6D08: hue angle of 34.04º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA6D08 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.27 |
| HSL | 34.04º | 0.92% | 0.38% | - |
| HSV(B) | 34.04º | 0.96% | 0.73% | - |
| XYZ | 25.76 | 21.39 | 3 | - |
| YUV | 120.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 8 | 0 | 0.41 | 0.96 | 0.27 | 34.04 | 0.92 | 0.38 |
| Hex | BA | 6D | 8 | 0 | 29 | 60 | 1B | 22 | 5C | 26 |
| Octal | 272 | 155 | 10 | 0 | 51 | 140 | 33 | 42 | 134 | 46 |
| Binary | 10111010 | 1101101 | 1000 | 0 | 101001 | 1100000 | 11011 | 100010 | 1011100 | 100110 |
Color Harmonies of #BA6D08
Complementary color
Monochromatic Colors of #BA6D08
Black with #BA6D08
Text Example
Text Example
White with #BA6D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D08; }
p { color: rgb(186,109,8); }
H1.HeaderClassName
{
color: #BA6D08;
}
.AnyTagClassName
{
color: #BA6D08;
}
</style>
background-color css
<style>
a { background-color: #BA6D08; }
a { background-color: rgb(186,109,8); }
div.DivClassName
{
background-color: #BA6D08;
}
.BgClassName
{
background-color: #BA6D08;
}
</style>
border-color css
<style>
span { border-color: #BA6D08; }
span { border-color: rgb(186,109,8); }
td.TdClassName
{
border-color: #BA6D08;
}
.TagClassName
{
border-color: #BA6D08;
}
</style>