#BE7302

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

Shades of Dark Goldenrod #BE7302

Tints of Dark Goldenrod #BE7302

Color information

#BE7302 (or 0xBE7302) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 73 and 02. RGB value is (190,115,2). Sum of RGB (Red+Green+Blue) = 190+115+2=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7302 is #418CFD. Grayscale: #7D7D7D. Windows color (decimal): -4295934 or 160702. OLE color: 160702.

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

Color convert

RGB1901152-
CMYK00.390.990.25
HSL36.06º97.92%37.65%-
HSV(B)36.06º98.95%74.51%-
XYZ27.3823.213.1-
YUV124.5458.85174.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=61.89%
G=37.46%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190115200.390.990.2536.0697.9237.65
HexBE7320276319246226
Octal2761632047143314414246
Binary1011111011100111001001111100011110011001001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7302; }

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

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

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

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

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

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

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

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