Shades of Dark Goldenrod #BA6C03
Tints of Dark Goldenrod #BA6C03
RGB
CMYK
RGB Variations
Color information
#BA6C03 (or 0xBA6C03) is known color: Dark Goldenrod. HEX triplet: BA, 6C and 03. RGB value is (186,108,3). Sum of RGB (Red+Green+Blue) = 186+108+3=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C03 is #4593FC. Grayscale: #777777. Windows color (decimal): -4559869 or 224442. OLE color: 224442.
HSL color Cylindrical-coordinate representation of color #BA6C03: hue angle of 34.43º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA6C03 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.27 |
| HSL | 34.43º | 0.97% | 0.37% | - |
| HSV(B) | 34.43º | 0.98% | 0.73% | - |
| XYZ | 25.63 | 21.17 | 2.82 | - |
| YUV | 119.35 | 62.34 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 3 | 0 | 0.42 | 0.98 | 0.27 | 34.43 | 0.97 | 0.37 |
| Hex | BA | 6C | 3 | 0 | 2A | 62 | 1B | 22 | 61 | 25 |
| Octal | 272 | 154 | 3 | 0 | 52 | 142 | 33 | 42 | 141 | 45 |
| Binary | 10111010 | 1101100 | 11 | 0 | 101010 | 1100010 | 11011 | 100010 | 1100001 | 100101 |
Color Harmonies of #BA6C03
Complementary color
Monochromatic Colors of #BA6C03
Black with #BA6C03
Text Example
Text Example
White with #BA6C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C03; }
p { color: rgb(186,108,3); }
H1.HeaderClassName
{
color: #BA6C03;
}
.AnyTagClassName
{
color: #BA6C03;
}
</style>
background-color css
<style>
a { background-color: #BA6C03; }
a { background-color: rgb(186,108,3); }
div.DivClassName
{
background-color: #BA6C03;
}
.BgClassName
{
background-color: #BA6C03;
}
</style>
border-color css
<style>
span { border-color: #BA6C03; }
span { border-color: rgb(186,108,3); }
td.TdClassName
{
border-color: #BA6C03;
}
.TagClassName
{
border-color: #BA6C03;
}
</style>