Shades of Dark Goldenrod #BA6B08
Tints of Dark Goldenrod #BA6B08
RGB
CMYK
RGB Variations
Color information
#BA6B08 (or 0xBA6B08) is known color: Dark Goldenrod. HEX triplet: BA, 6B and 08. RGB value is (186,107,8). Sum of RGB (Red+Green+Blue) = 186+107+8=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B08 is #4594F7. Grayscale: #777777. Windows color (decimal): -4560120 or 551866. OLE color: 551866.
HSL color Cylindrical-coordinate representation of color #BA6B08: hue angle of 33.37º 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 #BA6B08 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 8 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.27 |
| HSL | 33.37º | 0.92% | 0.38% | - |
| HSV(B) | 33.37º | 0.96% | 0.73% | - |
| XYZ | 25.55 | 20.97 | 2.93 | - |
| YUV | 119.34 | 65.17 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 8 | 0 | 0.42 | 0.96 | 0.27 | 33.37 | 0.92 | 0.38 |
| Hex | BA | 6B | 8 | 0 | 2A | 60 | 1B | 21 | 5C | 26 |
| Octal | 272 | 153 | 10 | 0 | 52 | 140 | 33 | 41 | 134 | 46 |
| Binary | 10111010 | 1101011 | 1000 | 0 | 101010 | 1100000 | 11011 | 100001 | 1011100 | 100110 |
Color Harmonies of #BA6B08
Complementary color
Monochromatic Colors of #BA6B08
Black with #BA6B08
Text Example
Text Example
White with #BA6B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B08; }
p { color: rgb(186,107,8); }
H1.HeaderClassName
{
color: #BA6B08;
}
.AnyTagClassName
{
color: #BA6B08;
}
</style>
background-color css
<style>
a { background-color: #BA6B08; }
a { background-color: rgb(186,107,8); }
div.DivClassName
{
background-color: #BA6B08;
}
.BgClassName
{
background-color: #BA6B08;
}
</style>
border-color css
<style>
span { border-color: #BA6B08; }
span { border-color: rgb(186,107,8); }
td.TdClassName
{
border-color: #BA6B08;
}
.TagClassName
{
border-color: #BA6B08;
}
</style>