#BE7602

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

Shades of Dark Goldenrod #BE7602

Tints of Dark Goldenrod #BE7602

Color information

#BE7602 (or 0xBE7602) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 76 and 02. RGB value is (190,118,2). Sum of RGB (Red+Green+Blue) = 190+118+2=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7602 is #4189FD. Grayscale: #7E7E7E. Windows color (decimal): -4295166 or 161470. OLE color: 161470.

HSL color Cylindrical-coordinate representation of color #BE7602: hue angle of 37.02º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE7602 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1901182-
CMYK00.380.990.25
HSL37.02º97.92%37.65%-
HSV(B)37.02º98.95%74.51%-
XYZ27.7223.913.21-
YUV126.357.85173.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=61.29%
G=38.06%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190118200.380.990.2537.0297.9237.65
HexBE7620266319256226
Octal2761662046143314514246
Binary1011111011101101001001101100011110011001011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7602; }

 p { color: rgb(190,118,2); }

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

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

 a { background-color: rgb(190,118,2); }

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

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

 span { border-color: rgb(190,118,2); }

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