Shades of Dark Goldenrod #BE9601
Tints of Dark Goldenrod #BE9601
RGB
CMYK
RGB Variations
Color information
#BE9601 (or 0xBE9601) is known color: Dark Goldenrod. HEX triplet: BE, 96 and 01. RGB value is (190,150,1). Sum of RGB (Red+Green+Blue) = 190+150+1=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9601 is #4169FE. Grayscale: #919191. Windows color (decimal): -4286975 or 104126. OLE color: 104126.
HSL color Cylindrical-coordinate representation of color #BE9601: hue angle of 47.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE9601 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.25 |
| HSL | 47.3º | 0.99% | 0.37% | - |
| HSV(B) | 47.3º | 0.99% | 0.75% | - |
| XYZ | 32.15 | 32.76 | 4.66 | - |
| YUV | 144.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 1 | 0 | 0.21 | 0.99 | 0.25 | 47.3 | 0.99 | 0.37 |
| Hex | BE | 96 | 1 | 0 | 15 | 63 | 19 | 2F | 63 | 25 |
| Octal | 276 | 226 | 1 | 0 | 25 | 143 | 31 | 57 | 143 | 45 |
| Binary | 10111110 | 10010110 | 1 | 0 | 10101 | 1100011 | 11001 | 101111 | 1100011 | 100101 |
Color Harmonies of #BE9601
Complementary color
Monochromatic Colors of #BE9601
Black with #BE9601
Text Example
Text Example
White with #BE9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9601; }
p { color: rgb(190,150,1); }
H1.HeaderClassName
{
color: #BE9601;
}
.AnyTagClassName
{
color: #BE9601;
}
</style>
background-color css
<style>
a { background-color: #BE9601; }
a { background-color: rgb(190,150,1); }
div.DivClassName
{
background-color: #BE9601;
}
.BgClassName
{
background-color: #BE9601;
}
</style>
border-color css
<style>
span { border-color: #BE9601; }
span { border-color: rgb(190,150,1); }
td.TdClassName
{
border-color: #BE9601;
}
.TagClassName
{
border-color: #BE9601;
}
</style>