Shades of Dark Goldenrod #BE8103
Tints of Dark Goldenrod #BE8103
RGB
CMYK
RGB Variations
Color information
#BE8103 (or 0xBE8103) is known color: Dark Goldenrod. HEX triplet: BE, 81 and 03. RGB value is (190,129,3). Sum of RGB (Red+Green+Blue) = 190+129+3=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8103 is #417EFC. Grayscale: #858585. Windows color (decimal): -4292349 or 229822. OLE color: 229822.
HSL color Cylindrical-coordinate representation of color #BE8103: hue angle of 40.43º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE8103 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.25 |
| HSL | 40.43º | 0.97% | 0.38% | - |
| HSV(B) | 40.43º | 0.98% | 0.75% | - |
| XYZ | 29.1 | 26.65 | 3.7 | - |
| YUV | 132.88 | 54.71 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 3 | 0 | 0.32 | 0.98 | 0.25 | 40.43 | 0.97 | 0.38 |
| Hex | BE | 81 | 3 | 0 | 20 | 62 | 19 | 28 | 61 | 26 |
| Octal | 276 | 201 | 3 | 0 | 40 | 142 | 31 | 50 | 141 | 46 |
| Binary | 10111110 | 10000001 | 11 | 0 | 100000 | 1100010 | 11001 | 101000 | 1100001 | 100110 |
Color Harmonies of #BE8103
Complementary color
Monochromatic Colors of #BE8103
Black with #BE8103
Text Example
Text Example
White with #BE8103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8103; }
p { color: rgb(190,129,3); }
H1.HeaderClassName
{
color: #BE8103;
}
.AnyTagClassName
{
color: #BE8103;
}
</style>
background-color css
<style>
a { background-color: #BE8103; }
a { background-color: rgb(190,129,3); }
div.DivClassName
{
background-color: #BE8103;
}
.BgClassName
{
background-color: #BE8103;
}
</style>
border-color css
<style>
span { border-color: #BE8103; }
span { border-color: rgb(190,129,3); }
td.TdClassName
{
border-color: #BE8103;
}
.TagClassName
{
border-color: #BE8103;
}
</style>