#BE9303

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

Shades of Dark Goldenrod #BE9303

Tints of Dark Goldenrod #BE9303

Color information

#BE9303 (or 0xBE9303) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 93 and 03. RGB value is (190,147,3). Sum of RGB (Red+Green+Blue) = 190+147+3=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9303 is #416CFC. Grayscale: #909090. Windows color (decimal): -4287741 or 234430. OLE color: 234430.

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

Color convert

RGB1901473-
CMYK00.230.980.25
HSL46.2º96.89%37.84%-
HSV(B)46.2º98.42%74.51%-
XYZ31.6931.824.56-
YUV143.4448.75161.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.88%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=55.88%
G=43.24%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190147300.230.980.2546.296.8937.84
HexBE93301762192e6126
Octal2762233027142315614146
Binary1011111010010011110101111100010110011011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9303; }

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

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

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

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

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

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

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

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