Shades of Dark Goldenrod #BD7B0D
Tints of Dark Goldenrod #BD7B0D
RGB
CMYK
RGB Variations
Color information
#BD7B0D (or 0xBD7B0D) is known color: Dark Goldenrod. HEX triplet: BD, 7B and 0D. RGB value is (189,123,13). Sum of RGB (Red+Green+Blue) = 189+123+13=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7B0D is #4284F2. Grayscale: #828282. Windows color (decimal): -4359411 or 883645. OLE color: 883645.
HSL color Cylindrical-coordinate representation of color #BD7B0D: hue angle of 37.5º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD7B0D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.26 |
| HSL | 37.5º | 0.87% | 0.4% | - |
| HSV(B) | 37.5º | 0.93% | 0.74% | - |
| XYZ | 28.14 | 25.01 | 3.73 | - |
| YUV | 130.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 13 | 0 | 0.35 | 0.93 | 0.26 | 37.5 | 0.87 | 0.4 |
| Hex | BD | 7B | D | 0 | 23 | 5D | 1A | 26 | 57 | 28 |
| Octal | 275 | 173 | 15 | 0 | 43 | 135 | 32 | 46 | 127 | 50 |
| Binary | 10111101 | 1111011 | 1101 | 0 | 100011 | 1011101 | 11010 | 100110 | 1010111 | 101000 |
Color Harmonies of #BD7B0D
Complementary color
Monochromatic Colors of #BD7B0D
Black with #BD7B0D
Text Example
Text Example
White with #BD7B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B0D; }
p { color: rgb(189,123,13); }
H1.HeaderClassName
{
color: #BD7B0D;
}
.AnyTagClassName
{
color: #BD7B0D;
}
</style>
background-color css
<style>
a { background-color: #BD7B0D; }
a { background-color: rgb(189,123,13); }
div.DivClassName
{
background-color: #BD7B0D;
}
.BgClassName
{
background-color: #BD7B0D;
}
</style>
border-color css
<style>
span { border-color: #BD7B0D; }
span { border-color: rgb(189,123,13); }
td.TdClassName
{
border-color: #BD7B0D;
}
.TagClassName
{
border-color: #BD7B0D;
}
</style>