#BE9904

Color #BE9904 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BE9904

Tints of Dark Goldenrod #BE9904

Color information

#BE9904 (or 0xBE9904) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 99 and 04. RGB value is (190,153,4). Sum of RGB (Red+Green+Blue) = 190+153+4=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9904 is #4166FB. Grayscale: #939393. Windows color (decimal): -4286204 or 301502. OLE color: 301502.

HSL color Cylindrical-coordinate representation of color #BE9904: hue angle of 48.06º degrees, saturation: 0.96, 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 #BE9904 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB1901534-
CMYK00.190.980.25
HSL48.06º95.88%38.04%-
HSV(B)48.06º97.89%74.51%-
XYZ32.6533.744.91-
YUV147.0847.26158.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=54.76%
G=44.09%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190153400.190.980.2548.0695.8838.04
HexBE9940136219306026
Octal2762314023142316014046
Binary10111110100110011000100111100010110011100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9904; }

 p { color: rgb(190,153,4); }

 H1.HeaderClassName
 {
   color: #BE9904;
 }
 .AnyTagClassName
 {
   color: #BE9904;
 }
</style>
background-color css

<style>
 a { background-color: #BE9904; }

 a { background-color: rgb(190,153,4); }

 div.DivClassName
 {
   background-color: #BE9904;
 }
 .BgClassName
 {
   background-color: #BE9904;
 }
</style>
border-color css

<style>
 span { border-color: #BE9904; }

 span { border-color: rgb(190,153,4); }

 td.TdClassName
 {
   border-color: #BE9904;
 }
 .TagClassName
 {
   border-color: #BE9904;
 }
</style>