Shades of Dark Goldenrod #BE851B
Tints of Dark Goldenrod #BE851B
RGB
CMYK
RGB Variations
Color information
#BE851B (or 0xBE851B) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 1B. RGB value is (190,133,27). Sum of RGB (Red+Green+Blue) = 190+133+27=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE851B is #417AE4. Grayscale: #8A8A8A. Windows color (decimal): -4291301 or 1803710. OLE color: 1803710.
HSL color Cylindrical-coordinate representation of color #BE851B: hue angle of 39.02º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE851B is Cyan = 0, Magento = 0.3, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 27 | - |
| CMYK | 0 | 0.3 | 0.86 | 0.25 |
| HSL | 39.02º | 0.75% | 0.43% | - |
| HSV(B) | 39.02º | 0.86% | 0.75% | - |
| XYZ | 29.82 | 27.8 | 4.83 | - |
| YUV | 137.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 27 | 0 | 0.3 | 0.86 | 0.25 | 39.02 | 0.75 | 0.43 |
| Hex | BE | 85 | 1B | 0 | 1E | 56 | 19 | 27 | 4B | 2B |
| Octal | 276 | 205 | 33 | 0 | 36 | 126 | 31 | 47 | 113 | 53 |
| Binary | 10111110 | 10000101 | 11011 | 0 | 11110 | 1010110 | 11001 | 100111 | 1001011 | 101011 |
Color Harmonies of #BE851B
Complementary color
Monochromatic Colors of #BE851B
Black with #BE851B
Text Example
Text Example
White with #BE851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE851B; }
p { color: rgb(190,133,27); }
H1.HeaderClassName
{
color: #BE851B;
}
.AnyTagClassName
{
color: #BE851B;
}
</style>
background-color css
<style>
a { background-color: #BE851B; }
a { background-color: rgb(190,133,27); }
div.DivClassName
{
background-color: #BE851B;
}
.BgClassName
{
background-color: #BE851B;
}
</style>
border-color css
<style>
span { border-color: #BE851B; }
span { border-color: rgb(190,133,27); }
td.TdClassName
{
border-color: #BE851B;
}
.TagClassName
{
border-color: #BE851B;
}
</style>