Shades of Dark Goldenrod #BE8A00
Tints of Dark Goldenrod #BE8A00
RGB
CMYK
RGB Variations
Color information
#BE8A00 (or 0xBE8A00) is known color: Dark Goldenrod. HEX triplet: BE, 8A and 00. RGB value is (190,138,0). Sum of RGB (Red+Green+Blue) = 190+138+0=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8A00 is #4175FF. Grayscale: #8A8A8A. Windows color (decimal): -4290048 or 35518. OLE color: 35518.
HSL color Cylindrical-coordinate representation of color #BE8A00: hue angle of 43.58º 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 #BE8A00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.25 |
| HSL | 43.58º | 1% | 0.37% | - |
| HSV(B) | 43.58º | 1% | 0.75% | - |
| XYZ | 30.32 | 29.12 | 4.02 | - |
| YUV | 137.82 | 50.23 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 0 | 0 | 0.27 | 1 | 0.25 | 43.58 | 1 | 0.37 |
| Hex | BE | 8A | 0 | 0 | 1B | 64 | 19 | 2C | 64 | 25 |
| Octal | 276 | 212 | 0 | 0 | 33 | 144 | 31 | 54 | 144 | 45 |
| Binary | 10111110 | 10001010 | 0 | 0 | 11011 | 1100100 | 11001 | 101100 | 1100100 | 100101 |
Color Harmonies of #BE8A00
Complementary color
Monochromatic Colors of #BE8A00
Black with #BE8A00
Text Example
Text Example
White with #BE8A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A00; }
p { color: rgb(190,138,0); }
H1.HeaderClassName
{
color: #BE8A00;
}
.AnyTagClassName
{
color: #BE8A00;
}
</style>
background-color css
<style>
a { background-color: #BE8A00; }
a { background-color: rgb(190,138,0); }
div.DivClassName
{
background-color: #BE8A00;
}
.BgClassName
{
background-color: #BE8A00;
}
</style>
border-color css
<style>
span { border-color: #BE8A00; }
span { border-color: rgb(190,138,0); }
td.TdClassName
{
border-color: #BE8A00;
}
.TagClassName
{
border-color: #BE8A00;
}
</style>