Shades of Dark Goldenrod #BD8613
Tints of Dark Goldenrod #BD8613
RGB
CMYK
RGB Variations
Color information
#BD8613 (or 0xBD8613) is known color: Dark Goldenrod. HEX triplet: BD, 86 and 13. RGB value is (189,134,19). Sum of RGB (Red+Green+Blue) = 189+134+19=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8613 is #4279EC. Grayscale: #898989. Windows color (decimal): -4356589 or 1279677. OLE color: 1279677.
HSL color Cylindrical-coordinate representation of color #BD8613: hue angle of 40.59º degrees, saturation: 0.82, 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 #BD8613 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 19 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.26 |
| HSL | 40.59º | 0.82% | 0.41% | - |
| HSV(B) | 40.59º | 0.9% | 0.74% | - |
| XYZ | 29.63 | 27.92 | 4.44 | - |
| YUV | 137.34 | 61.22 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 19 | 0 | 0.29 | 0.90 | 0.26 | 40.59 | 0.82 | 0.41 |
| Hex | BD | 86 | 13 | 0 | 1D | 5A | 1A | 29 | 52 | 29 |
| Octal | 275 | 206 | 23 | 0 | 35 | 132 | 32 | 51 | 122 | 51 |
| Binary | 10111101 | 10000110 | 10011 | 0 | 11101 | 1011010 | 11010 | 101001 | 1010010 | 101001 |
Color Harmonies of #BD8613
Complementary color
Monochromatic Colors of #BD8613
Black with #BD8613
Text Example
Text Example
White with #BD8613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8613; }
p { color: rgb(189,134,19); }
H1.HeaderClassName
{
color: #BD8613;
}
.AnyTagClassName
{
color: #BD8613;
}
</style>
background-color css
<style>
a { background-color: #BD8613; }
a { background-color: rgb(189,134,19); }
div.DivClassName
{
background-color: #BD8613;
}
.BgClassName
{
background-color: #BD8613;
}
</style>
border-color css
<style>
span { border-color: #BD8613; }
span { border-color: rgb(189,134,19); }
td.TdClassName
{
border-color: #BD8613;
}
.TagClassName
{
border-color: #BD8613;
}
</style>