Shades of Dark Goldenrod #BD8B05
Tints of Dark Goldenrod #BD8B05
RGB
CMYK
RGB Variations
Color information
#BD8B05 (or 0xBD8B05) is known color: Dark Goldenrod. HEX triplet: BD, 8B and 05. RGB value is (189,139,5). Sum of RGB (Red+Green+Blue) = 189+139+5=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8B05 is #4274FA. Grayscale: #8B8B8B. Windows color (decimal): -4355323 or 363453. OLE color: 363453.
HSL color Cylindrical-coordinate representation of color #BD8B05: hue angle of 43.7º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD8B05 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.26 |
| HSL | 43.7º | 0.95% | 0.38% | - |
| HSV(B) | 43.7º | 0.97% | 0.74% | - |
| XYZ | 30.25 | 29.3 | 4.2 | - |
| YUV | 138.67 | 52.57 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 5 | 0 | 0.26 | 0.97 | 0.26 | 43.7 | 0.95 | 0.38 |
| Hex | BD | 8B | 5 | 0 | 1A | 61 | 1A | 2C | 5F | 26 |
| Octal | 275 | 213 | 5 | 0 | 32 | 141 | 32 | 54 | 137 | 46 |
| Binary | 10111101 | 10001011 | 101 | 0 | 11010 | 1100001 | 11010 | 101100 | 1011111 | 100110 |
Color Harmonies of #BD8B05
Complementary color
Monochromatic Colors of #BD8B05
Black with #BD8B05
Text Example
Text Example
White with #BD8B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B05; }
p { color: rgb(189,139,5); }
H1.HeaderClassName
{
color: #BD8B05;
}
.AnyTagClassName
{
color: #BD8B05;
}
</style>
background-color css
<style>
a { background-color: #BD8B05; }
a { background-color: rgb(189,139,5); }
div.DivClassName
{
background-color: #BD8B05;
}
.BgClassName
{
background-color: #BD8B05;
}
</style>
border-color css
<style>
span { border-color: #BD8B05; }
span { border-color: rgb(189,139,5); }
td.TdClassName
{
border-color: #BD8B05;
}
.TagClassName
{
border-color: #BD8B05;
}
</style>