Shades of Dark Goldenrod #BE830C
Tints of Dark Goldenrod #BE830C
RGB
CMYK
RGB Variations
Color information
#BE830C (or 0xBE830C) is known color: Dark Goldenrod. HEX triplet: BE, 83 and 0C. RGB value is (190,131,12). Sum of RGB (Red+Green+Blue) = 190+131+12=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE830C is #417CF3. Grayscale: #878787. Windows color (decimal): -4291828 or 820158. OLE color: 820158.
HSL color Cylindrical-coordinate representation of color #BE830C: hue angle of 40.11º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE830C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 12 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.25 |
| HSL | 40.11º | 0.88% | 0.4% | - |
| HSV(B) | 40.11º | 0.94% | 0.75% | - |
| XYZ | 29.42 | 27.21 | 4.05 | - |
| YUV | 135.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 12 | 0 | 0.31 | 0.94 | 0.25 | 40.11 | 0.88 | 0.4 |
| Hex | BE | 83 | C | 0 | 1F | 5E | 19 | 28 | 58 | 28 |
| Octal | 276 | 203 | 14 | 0 | 37 | 136 | 31 | 50 | 130 | 50 |
| Binary | 10111110 | 10000011 | 1100 | 0 | 11111 | 1011110 | 11001 | 101000 | 1011000 | 101000 |
Color Harmonies of #BE830C
Complementary color
Monochromatic Colors of #BE830C
Black with #BE830C
Text Example
Text Example
White with #BE830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE830C; }
p { color: rgb(190,131,12); }
H1.HeaderClassName
{
color: #BE830C;
}
.AnyTagClassName
{
color: #BE830C;
}
</style>
background-color css
<style>
a { background-color: #BE830C; }
a { background-color: rgb(190,131,12); }
div.DivClassName
{
background-color: #BE830C;
}
.BgClassName
{
background-color: #BE830C;
}
</style>
border-color css
<style>
span { border-color: #BE830C; }
span { border-color: rgb(190,131,12); }
td.TdClassName
{
border-color: #BE830C;
}
.TagClassName
{
border-color: #BE830C;
}
</style>