Shades of Dark Goldenrod #BD7B17
Tints of Dark Goldenrod #BD7B17
RGB
CMYK
RGB Variations
Color information
#BD7B17 (or 0xBD7B17) is known color: Dark Goldenrod. HEX triplet: BD, 7B and 17. RGB value is (189,123,23). Sum of RGB (Red+Green+Blue) = 189+123+23=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7B17 is #4284E8. Grayscale: #838383. Windows color (decimal): -4359401 or 1539005. OLE color: 1539005.
HSL color Cylindrical-coordinate representation of color #BD7B17: hue angle of 36.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD7B17 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 23 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.26 |
| HSL | 36.14º | 0.78% | 0.42% | - |
| HSV(B) | 36.14º | 0.88% | 0.74% | - |
| XYZ | 28.22 | 25.05 | 4.16 | - |
| YUV | 131.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 23 | 0 | 0.35 | 0.88 | 0.26 | 36.14 | 0.78 | 0.42 |
| Hex | BD | 7B | 17 | 0 | 23 | 58 | 1A | 24 | 4E | 2A |
| Octal | 275 | 173 | 27 | 0 | 43 | 130 | 32 | 44 | 116 | 52 |
| Binary | 10111101 | 1111011 | 10111 | 0 | 100011 | 1011000 | 11010 | 100100 | 1001110 | 101010 |
Color Harmonies of #BD7B17
Complementary color
Monochromatic Colors of #BD7B17
Black with #BD7B17
Text Example
Text Example
White with #BD7B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B17; }
p { color: rgb(189,123,23); }
H1.HeaderClassName
{
color: #BD7B17;
}
.AnyTagClassName
{
color: #BD7B17;
}
</style>
background-color css
<style>
a { background-color: #BD7B17; }
a { background-color: rgb(189,123,23); }
div.DivClassName
{
background-color: #BD7B17;
}
.BgClassName
{
background-color: #BD7B17;
}
</style>
border-color css
<style>
span { border-color: #BD7B17; }
span { border-color: rgb(189,123,23); }
td.TdClassName
{
border-color: #BD7B17;
}
.TagClassName
{
border-color: #BD7B17;
}
</style>