Shades of Dark Goldenrod #BE9700
Tints of Dark Goldenrod #BE9700
RGB
CMYK
RGB Variations
Color information
#BE9700 (or 0xBE9700) is known color: Dark Goldenrod. HEX triplet: BE, 97 and 00. RGB value is (190,151,0). Sum of RGB (Red+Green+Blue) = 190+151+0=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9700 is #4168FF. Grayscale: #929292. Windows color (decimal): -4286720 or 38846. OLE color: 38846.
HSL color Cylindrical-coordinate representation of color #BE9700: hue angle of 47.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE9700 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 151 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.25 |
| HSL | 47.68º | 1% | 0.37% | - |
| HSV(B) | 47.68º | 1% | 0.75% | - |
| XYZ | 32.3 | 33.08 | 4.68 | - |
| YUV | 145.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 151 | 0 | 0 | 0.21 | 1 | 0.25 | 47.68 | 1 | 0.37 |
| Hex | BE | 97 | 0 | 0 | 15 | 64 | 19 | 30 | 64 | 25 |
| Octal | 276 | 227 | 0 | 0 | 25 | 144 | 31 | 60 | 144 | 45 |
| Binary | 10111110 | 10010111 | 0 | 0 | 10101 | 1100100 | 11001 | 110000 | 1100100 | 100101 |
Color Harmonies of #BE9700
Complementary color
Monochromatic Colors of #BE9700
Black with #BE9700
Text Example
Text Example
White with #BE9700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9700; }
p { color: rgb(190,151,0); }
H1.HeaderClassName
{
color: #BE9700;
}
.AnyTagClassName
{
color: #BE9700;
}
</style>
background-color css
<style>
a { background-color: #BE9700; }
a { background-color: rgb(190,151,0); }
div.DivClassName
{
background-color: #BE9700;
}
.BgClassName
{
background-color: #BE9700;
}
</style>
border-color css
<style>
span { border-color: #BE9700; }
span { border-color: rgb(190,151,0); }
td.TdClassName
{
border-color: #BE9700;
}
.TagClassName
{
border-color: #BE9700;
}
</style>