Shades of Dark Goldenrod #BE8A03
Tints of Dark Goldenrod #BE8A03
RGB
CMYK
RGB Variations
Color information
#BE8A03 (or 0xBE8A03) is known color: Dark Goldenrod. HEX triplet: BE, 8A and 03. RGB value is (190,138,3). Sum of RGB (Red+Green+Blue) = 190+138+3=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8A03 is #4175FC. Grayscale: #8A8A8A. Windows color (decimal): -4290045 or 232126. OLE color: 232126.
HSL color Cylindrical-coordinate representation of color #BE8A03: hue angle of 43.32º 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 #BE8A03 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.25 |
| HSL | 43.32º | 0.97% | 0.38% | - |
| HSV(B) | 43.32º | 0.98% | 0.75% | - |
| XYZ | 30.34 | 29.13 | 4.11 | - |
| YUV | 138.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 3 | 0 | 0.27 | 0.98 | 0.25 | 43.32 | 0.97 | 0.38 |
| Hex | BE | 8A | 3 | 0 | 1B | 62 | 19 | 2B | 61 | 26 |
| Octal | 276 | 212 | 3 | 0 | 33 | 142 | 31 | 53 | 141 | 46 |
| Binary | 10111110 | 10001010 | 11 | 0 | 11011 | 1100010 | 11001 | 101011 | 1100001 | 100110 |
Color Harmonies of #BE8A03
Complementary color
Monochromatic Colors of #BE8A03
Black with #BE8A03
Text Example
Text Example
White with #BE8A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A03; }
p { color: rgb(190,138,3); }
H1.HeaderClassName
{
color: #BE8A03;
}
.AnyTagClassName
{
color: #BE8A03;
}
</style>
background-color css
<style>
a { background-color: #BE8A03; }
a { background-color: rgb(190,138,3); }
div.DivClassName
{
background-color: #BE8A03;
}
.BgClassName
{
background-color: #BE8A03;
}
</style>
border-color css
<style>
span { border-color: #BE8A03; }
span { border-color: rgb(190,138,3); }
td.TdClassName
{
border-color: #BE8A03;
}
.TagClassName
{
border-color: #BE8A03;
}
</style>