Shades of Dark Goldenrod #BE9605
Tints of Dark Goldenrod #BE9605
RGB
CMYK
RGB Variations
Color information
#BE9605 (or 0xBE9605) is known color: Dark Goldenrod. HEX triplet: BE, 96 and 05. RGB value is (190,150,5). Sum of RGB (Red+Green+Blue) = 190+150+5=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9605 is #4169FA. Grayscale: #929292. Windows color (decimal): -4286971 or 366270. OLE color: 366270.
HSL color Cylindrical-coordinate representation of color #BE9605: hue angle of 47.03º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE9605 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.25 |
| HSL | 47.03º | 0.95% | 0.38% | - |
| HSV(B) | 47.03º | 0.97% | 0.75% | - |
| XYZ | 32.17 | 32.77 | 4.77 | - |
| YUV | 145.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 5 | 0 | 0.21 | 0.97 | 0.25 | 47.03 | 0.95 | 0.38 |
| Hex | BE | 96 | 5 | 0 | 15 | 61 | 19 | 2F | 5F | 26 |
| Octal | 276 | 226 | 5 | 0 | 25 | 141 | 31 | 57 | 137 | 46 |
| Binary | 10111110 | 10010110 | 101 | 0 | 10101 | 1100001 | 11001 | 101111 | 1011111 | 100110 |
Color Harmonies of #BE9605
Complementary color
Monochromatic Colors of #BE9605
Black with #BE9605
Text Example
Text Example
White with #BE9605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9605; }
p { color: rgb(190,150,5); }
H1.HeaderClassName
{
color: #BE9605;
}
.AnyTagClassName
{
color: #BE9605;
}
</style>
background-color css
<style>
a { background-color: #BE9605; }
a { background-color: rgb(190,150,5); }
div.DivClassName
{
background-color: #BE9605;
}
.BgClassName
{
background-color: #BE9605;
}
</style>
border-color css
<style>
span { border-color: #BE9605; }
span { border-color: rgb(190,150,5); }
td.TdClassName
{
border-color: #BE9605;
}
.TagClassName
{
border-color: #BE9605;
}
</style>