Shades of Dark Goldenrod #BE830D
Tints of Dark Goldenrod #BE830D
RGB
CMYK
RGB Variations
Color information
#BE830D (or 0xBE830D) is known color: Dark Goldenrod. HEX triplet: BE, 83 and 0D. RGB value is (190,131,13). Sum of RGB (Red+Green+Blue) = 190+131+13=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE830D is #417CF2. Grayscale: #878787. Windows color (decimal): -4291827 or 885694. OLE color: 885694.
HSL color Cylindrical-coordinate representation of color #BE830D: hue angle of 40º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE830D is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 13 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.25 |
| HSL | 40º | 0.87% | 0.4% | - |
| HSV(B) | 40º | 0.93% | 0.75% | - |
| XYZ | 29.42 | 27.21 | 4.08 | - |
| YUV | 135.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 13 | 0 | 0.31 | 0.93 | 0.25 | 40 | 0.87 | 0.4 |
| Hex | BE | 83 | D | 0 | 1F | 5D | 19 | 28 | 57 | 28 |
| Octal | 276 | 203 | 15 | 0 | 37 | 135 | 31 | 50 | 127 | 50 |
| Binary | 10111110 | 10000011 | 1101 | 0 | 11111 | 1011101 | 11001 | 101000 | 1010111 | 101000 |
Color Harmonies of #BE830D
Complementary color
Monochromatic Colors of #BE830D
Black with #BE830D
Text Example
Text Example
White with #BE830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE830D; }
p { color: rgb(190,131,13); }
H1.HeaderClassName
{
color: #BE830D;
}
.AnyTagClassName
{
color: #BE830D;
}
</style>
background-color css
<style>
a { background-color: #BE830D; }
a { background-color: rgb(190,131,13); }
div.DivClassName
{
background-color: #BE830D;
}
.BgClassName
{
background-color: #BE830D;
}
</style>
border-color css
<style>
span { border-color: #BE830D; }
span { border-color: rgb(190,131,13); }
td.TdClassName
{
border-color: #BE830D;
}
.TagClassName
{
border-color: #BE830D;
}
</style>