Shades of Dark Goldenrod #BD6F0C
Tints of Dark Goldenrod #BD6F0C
RGB
CMYK
RGB Variations
Color information
#BD6F0C (or 0xBD6F0C) is known color: Dark Goldenrod. HEX triplet: BD, 6F and 0C. RGB value is (189,111,12). Sum of RGB (Red+Green+Blue) = 189+111+12=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6F0C is #4290F3. Grayscale: #7B7B7B. Windows color (decimal): -4362484 or 815037. OLE color: 815037.
HSL color Cylindrical-coordinate representation of color #BD6F0C: hue angle of 33.56º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD6F0C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.26 |
| HSL | 33.56º | 0.88% | 0.39% | - |
| HSV(B) | 33.56º | 0.94% | 0.74% | - |
| XYZ | 26.74 | 22.21 | 3.23 | - |
| YUV | 123.04 | 65.34 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 12 | 0 | 0.41 | 0.94 | 0.26 | 33.56 | 0.88 | 0.39 |
| Hex | BD | 6F | C | 0 | 29 | 5E | 1A | 22 | 58 | 27 |
| Octal | 275 | 157 | 14 | 0 | 51 | 136 | 32 | 42 | 130 | 47 |
| Binary | 10111101 | 1101111 | 1100 | 0 | 101001 | 1011110 | 11010 | 100010 | 1011000 | 100111 |
Color Harmonies of #BD6F0C
Complementary color
Monochromatic Colors of #BD6F0C
Black with #BD6F0C
Text Example
Text Example
White with #BD6F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F0C; }
p { color: rgb(189,111,12); }
H1.HeaderClassName
{
color: #BD6F0C;
}
.AnyTagClassName
{
color: #BD6F0C;
}
</style>
background-color css
<style>
a { background-color: #BD6F0C; }
a { background-color: rgb(189,111,12); }
div.DivClassName
{
background-color: #BD6F0C;
}
.BgClassName
{
background-color: #BD6F0C;
}
</style>
border-color css
<style>
span { border-color: #BD6F0C; }
span { border-color: rgb(189,111,12); }
td.TdClassName
{
border-color: #BD6F0C;
}
.TagClassName
{
border-color: #BD6F0C;
}
</style>