#BE9604

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

Shades of Dark Goldenrod #BE9604

Tints of Dark Goldenrod #BE9604

Color information

#BE9604 (or 0xBE9604) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 96 and 04. RGB value is (190,150,4). Sum of RGB (Red+Green+Blue) = 190+150+4=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9604 is #4169FB. Grayscale: #919191. Windows color (decimal): -4286972 or 300734. OLE color: 300734.

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

Color convert

RGB1901504-
CMYK00.210.980.25
HSL47.1º95.88%38.04%-
HSV(B)47.1º97.89%74.51%-
XYZ32.1632.774.74-
YUV145.3248.25159.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 4 (1.95% from 255) = 1.16%
R=55.23%
G=43.60%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190150400.210.980.2547.195.8838.04
HexBE96401562192f6026
Octal2762264025142315714046
Binary10111110100101101000101011100010110011011111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9604; }

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

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

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

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

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

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

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

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