Shades of Dark Goldenrod #BD760F
Tints of Dark Goldenrod #BD760F
RGB
CMYK
RGB Variations
Color information
#BD760F (or 0xBD760F) is known color: Dark Goldenrod. HEX triplet: BD, 76 and 0F. RGB value is (189,118,15). Sum of RGB (Red+Green+Blue) = 189+118+15=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD760F is #4289F0. Grayscale: #7F7F7F. Windows color (decimal): -4360689 or 1013437. OLE color: 1013437.
HSL color Cylindrical-coordinate representation of color #BD760F: hue angle of 35.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD760F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 15 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.26 |
| HSL | 35.52º | 0.85% | 0.4% | - |
| HSV(B) | 35.52º | 0.92% | 0.74% | - |
| XYZ | 27.55 | 23.81 | 3.6 | - |
| YUV | 127.49 | 64.52 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 15 | 0 | 0.38 | 0.92 | 0.26 | 35.52 | 0.85 | 0.4 |
| Hex | BD | 76 | F | 0 | 26 | 5C | 1A | 24 | 55 | 28 |
| Octal | 275 | 166 | 17 | 0 | 46 | 134 | 32 | 44 | 125 | 50 |
| Binary | 10111101 | 1110110 | 1111 | 0 | 100110 | 1011100 | 11010 | 100100 | 1010101 | 101000 |
Color Harmonies of #BD760F
Complementary color
Monochromatic Colors of #BD760F
Black with #BD760F
Text Example
Text Example
White with #BD760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD760F; }
p { color: rgb(189,118,15); }
H1.HeaderClassName
{
color: #BD760F;
}
.AnyTagClassName
{
color: #BD760F;
}
</style>
background-color css
<style>
a { background-color: #BD760F; }
a { background-color: rgb(189,118,15); }
div.DivClassName
{
background-color: #BD760F;
}
.BgClassName
{
background-color: #BD760F;
}
</style>
border-color css
<style>
span { border-color: #BD760F; }
span { border-color: rgb(189,118,15); }
td.TdClassName
{
border-color: #BD760F;
}
.TagClassName
{
border-color: #BD760F;
}
</style>