Shades of Dark Goldenrod #BE801A
Tints of Dark Goldenrod #BE801A
RGB
CMYK
RGB Variations
Color information
#BE801A (or 0xBE801A) is known color: Dark Goldenrod. HEX triplet: BE, 80 and 1A. RGB value is (190,128,26). Sum of RGB (Red+Green+Blue) = 190+128+26=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE801A is #417FE5. Grayscale: #878787. Windows color (decimal): -4292582 or 1736894. OLE color: 1736894.
HSL color Cylindrical-coordinate representation of color #BE801A: hue angle of 37.32º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE801A is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 26 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.25 |
| HSL | 37.32º | 0.76% | 0.42% | - |
| HSV(B) | 37.32º | 0.86% | 0.75% | - |
| XYZ | 29.14 | 26.46 | 4.55 | - |
| YUV | 134.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 26 | 0 | 0.33 | 0.86 | 0.25 | 37.32 | 0.76 | 0.42 |
| Hex | BE | 80 | 1A | 0 | 21 | 56 | 19 | 25 | 4C | 2A |
| Octal | 276 | 200 | 32 | 0 | 41 | 126 | 31 | 45 | 114 | 52 |
| Binary | 10111110 | 10000000 | 11010 | 0 | 100001 | 1010110 | 11001 | 100101 | 1001100 | 101010 |
Color Harmonies of #BE801A
Complementary color
Monochromatic Colors of #BE801A
Black with #BE801A
Text Example
Text Example
White with #BE801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE801A; }
p { color: rgb(190,128,26); }
H1.HeaderClassName
{
color: #BE801A;
}
.AnyTagClassName
{
color: #BE801A;
}
</style>
background-color css
<style>
a { background-color: #BE801A; }
a { background-color: rgb(190,128,26); }
div.DivClassName
{
background-color: #BE801A;
}
.BgClassName
{
background-color: #BE801A;
}
</style>
border-color css
<style>
span { border-color: #BE801A; }
span { border-color: rgb(190,128,26); }
td.TdClassName
{
border-color: #BE801A;
}
.TagClassName
{
border-color: #BE801A;
}
</style>