#BE7403

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

Shades of Dark Goldenrod #BE7403

Tints of Dark Goldenrod #BE7403

Color information

#BE7403 (or 0xBE7403) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 74 and 03. RGB value is (190,116,3). Sum of RGB (Red+Green+Blue) = 190+116+3=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7403 is #418BFC. Grayscale: #7D7D7D. Windows color (decimal): -4295677 or 226494. OLE color: 226494.

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

Color convert

RGB1901163-
CMYK00.390.980.25
HSL36.26º96.89%37.84%-
HSV(B)36.26º98.42%74.51%-
XYZ27.523.443.16-
YUV125.2459.02174.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.49%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=61.49%
G=37.54%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190116300.390.980.2536.2696.8937.84
HexBE7430276219246126
Octal2761643047142314414146
Binary1011111011101001101001111100010110011001001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7403; }

 p { color: rgb(190,116,3); }

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

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

 a { background-color: rgb(190,116,3); }

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

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

 span { border-color: rgb(190,116,3); }

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