Shades of Dark Goldenrod #BE810F
Tints of Dark Goldenrod #BE810F
RGB
CMYK
RGB Variations
Color information
#BE810F (or 0xBE810F) is known color: Dark Goldenrod. HEX triplet: BE, 81 and 0F. RGB value is (190,129,15). Sum of RGB (Red+Green+Blue) = 190+129+15=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE810F is #417EF0. Grayscale: #868686. Windows color (decimal): -4292337 or 1016254. OLE color: 1016254.
HSL color Cylindrical-coordinate representation of color #BE810F: hue angle of 39.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE810F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 15 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.25 |
| HSL | 39.09º | 0.85% | 0.4% | - |
| HSV(B) | 39.09º | 0.92% | 0.75% | - |
| XYZ | 29.17 | 26.68 | 4.06 | - |
| YUV | 134.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 15 | 0 | 0.32 | 0.92 | 0.25 | 39.09 | 0.85 | 0.4 |
| Hex | BE | 81 | F | 0 | 20 | 5C | 19 | 27 | 55 | 28 |
| Octal | 276 | 201 | 17 | 0 | 40 | 134 | 31 | 47 | 125 | 50 |
| Binary | 10111110 | 10000001 | 1111 | 0 | 100000 | 1011100 | 11001 | 100111 | 1010101 | 101000 |
Color Harmonies of #BE810F
Complementary color
Monochromatic Colors of #BE810F
Black with #BE810F
Text Example
Text Example
White with #BE810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE810F; }
p { color: rgb(190,129,15); }
H1.HeaderClassName
{
color: #BE810F;
}
.AnyTagClassName
{
color: #BE810F;
}
</style>
background-color css
<style>
a { background-color: #BE810F; }
a { background-color: rgb(190,129,15); }
div.DivClassName
{
background-color: #BE810F;
}
.BgClassName
{
background-color: #BE810F;
}
</style>
border-color css
<style>
span { border-color: #BE810F; }
span { border-color: rgb(190,129,15); }
td.TdClassName
{
border-color: #BE810F;
}
.TagClassName
{
border-color: #BE810F;
}
</style>