Shades of Dark Goldenrod #BE841A
Tints of Dark Goldenrod #BE841A
RGB
CMYK
RGB Variations
Color information
#BE841A (or 0xBE841A) is known color: Dark Goldenrod. HEX triplet: BE, 84 and 1A. RGB value is (190,132,26). Sum of RGB (Red+Green+Blue) = 190+132+26=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE841A is #417BE5. Grayscale: #898989. Windows color (decimal): -4291558 or 1737918. OLE color: 1737918.
HSL color Cylindrical-coordinate representation of color #BE841A: hue angle of 38.78º 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 #BE841A is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 26 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.25 |
| HSL | 38.78º | 0.76% | 0.42% | - |
| HSV(B) | 38.78º | 0.86% | 0.75% | - |
| XYZ | 29.67 | 27.52 | 4.73 | - |
| YUV | 137.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 26 | 0 | 0.31 | 0.86 | 0.25 | 38.78 | 0.76 | 0.42 |
| Hex | BE | 84 | 1A | 0 | 1F | 56 | 19 | 27 | 4C | 2A |
| Octal | 276 | 204 | 32 | 0 | 37 | 126 | 31 | 47 | 114 | 52 |
| Binary | 10111110 | 10000100 | 11010 | 0 | 11111 | 1010110 | 11001 | 100111 | 1001100 | 101010 |
Color Harmonies of #BE841A
Complementary color
Monochromatic Colors of #BE841A
Black with #BE841A
Text Example
Text Example
White with #BE841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE841A; }
p { color: rgb(190,132,26); }
H1.HeaderClassName
{
color: #BE841A;
}
.AnyTagClassName
{
color: #BE841A;
}
</style>
background-color css
<style>
a { background-color: #BE841A; }
a { background-color: rgb(190,132,26); }
div.DivClassName
{
background-color: #BE841A;
}
.BgClassName
{
background-color: #BE841A;
}
</style>
border-color css
<style>
span { border-color: #BE841A; }
span { border-color: rgb(190,132,26); }
td.TdClassName
{
border-color: #BE841A;
}
.TagClassName
{
border-color: #BE841A;
}
</style>