Shades of Dark Goldenrod #BE7712
Tints of Dark Goldenrod #BE7712
RGB
CMYK
RGB Variations
Color information
#BE7712 (or 0xBE7712) is known color: Dark Goldenrod. HEX triplet: BE, 77 and 12. RGB value is (190,119,18). Sum of RGB (Red+Green+Blue) = 190+119+18=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7712 is #4188ED. Grayscale: #818181. Windows color (decimal): -4294894 or 1210302. OLE color: 1210302.
HSL color Cylindrical-coordinate representation of color #BE7712: hue angle of 35.23º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE7712 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 18 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.25 |
| HSL | 35.23º | 0.83% | 0.41% | - |
| HSV(B) | 35.23º | 0.91% | 0.75% | - |
| XYZ | 27.94 | 24.18 | 3.77 | - |
| YUV | 128.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 18 | 0 | 0.37 | 0.91 | 0.25 | 35.23 | 0.83 | 0.41 |
| Hex | BE | 77 | 12 | 0 | 25 | 5B | 19 | 23 | 53 | 29 |
| Octal | 276 | 167 | 22 | 0 | 45 | 133 | 31 | 43 | 123 | 51 |
| Binary | 10111110 | 1110111 | 10010 | 0 | 100101 | 1011011 | 11001 | 100011 | 1010011 | 101001 |
Color Harmonies of #BE7712
Complementary color
Monochromatic Colors of #BE7712
Black with #BE7712
Text Example
Text Example
White with #BE7712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7712; }
p { color: rgb(190,119,18); }
H1.HeaderClassName
{
color: #BE7712;
}
.AnyTagClassName
{
color: #BE7712;
}
</style>
background-color css
<style>
a { background-color: #BE7712; }
a { background-color: rgb(190,119,18); }
div.DivClassName
{
background-color: #BE7712;
}
.BgClassName
{
background-color: #BE7712;
}
</style>
border-color css
<style>
span { border-color: #BE7712; }
span { border-color: rgb(190,119,18); }
td.TdClassName
{
border-color: #BE7712;
}
.TagClassName
{
border-color: #BE7712;
}
</style>