#BE6E03

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

Shades of Dark Goldenrod #BE6E03

Tints of Dark Goldenrod #BE6E03

Color information

#BE6E03 (or 0xBE6E03) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 6E and 03. RGB value is (190,110,3). Sum of RGB (Red+Green+Blue) = 190+110+3=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6E03 is #4191FC. Grayscale: #7A7A7A. Windows color (decimal): -4297213 or 224958. OLE color: 224958.

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

Color convert

RGB1901103-
CMYK00.420.980.25
HSL34.33º96.89%37.84%-
HSV(B)34.33º98.42%74.51%-
XYZ26.8322.112.94-
YUV121.7261176.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.71%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 3 (1.56% from 255) = 0.99%
R=62.71%
G=36.30%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190110300.420.980.2534.3396.8937.84
HexBE6E302A6219226126
Octal2761563052142314214146
Binary1011111011011101101010101100010110011000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E03; }

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

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

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

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

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

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

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

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