Shades of Dark Goldenrod #BD8612
Tints of Dark Goldenrod #BD8612
RGB
CMYK
RGB Variations
Color information
#BD8612 (or 0xBD8612) is known color: Dark Goldenrod. HEX triplet: BD, 86 and 12. RGB value is (189,134,18). Sum of RGB (Red+Green+Blue) = 189+134+18=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8612 is #4279ED. Grayscale: #898989. Windows color (decimal): -4356590 or 1214141. OLE color: 1214141.
HSL color Cylindrical-coordinate representation of color #BD8612: hue angle of 40.7º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD8612 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 18 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.26 |
| HSL | 40.7º | 0.83% | 0.41% | - |
| HSV(B) | 40.7º | 0.9% | 0.74% | - |
| XYZ | 29.62 | 27.91 | 4.4 | - |
| YUV | 137.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 18 | 0 | 0.29 | 0.90 | 0.26 | 40.7 | 0.83 | 0.41 |
| Hex | BD | 86 | 12 | 0 | 1D | 5A | 1A | 29 | 53 | 29 |
| Octal | 275 | 206 | 22 | 0 | 35 | 132 | 32 | 51 | 123 | 51 |
| Binary | 10111101 | 10000110 | 10010 | 0 | 11101 | 1011010 | 11010 | 101001 | 1010011 | 101001 |
Color Harmonies of #BD8612
Complementary color
Monochromatic Colors of #BD8612
Black with #BD8612
Text Example
Text Example
White with #BD8612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8612; }
p { color: rgb(189,134,18); }
H1.HeaderClassName
{
color: #BD8612;
}
.AnyTagClassName
{
color: #BD8612;
}
</style>
background-color css
<style>
a { background-color: #BD8612; }
a { background-color: rgb(189,134,18); }
div.DivClassName
{
background-color: #BD8612;
}
.BgClassName
{
background-color: #BD8612;
}
</style>
border-color css
<style>
span { border-color: #BD8612; }
span { border-color: rgb(189,134,18); }
td.TdClassName
{
border-color: #BD8612;
}
.TagClassName
{
border-color: #BD8612;
}
</style>