#BE9407

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

Shades of Dark Goldenrod #BE9407

Tints of Dark Goldenrod #BE9407

Color information

#BE9407 (or 0xBE9407) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 94 and 07. RGB value is (190,148,7). Sum of RGB (Red+Green+Blue) = 190+148+7=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9407 is #416BF8. Grayscale: #919191. Windows color (decimal): -4287481 or 496830. OLE color: 496830.

HSL color Cylindrical-coordinate representation of color #BE9407: hue angle of 46.23º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE9407 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1901487-
CMYK00.220.960.25
HSL46.23º92.89%38.63%-
HSV(B)46.23º96.32%74.51%-
XYZ31.8632.144.73-
YUV144.4850.41160.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 7 (3.12% from 255) = 2.03%
R=55.07%
G=42.90%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190148700.220.960.2546.2392.8938.63
HexBE94701660192e5d27
Octal2762247026140315613547
Binary10111110100101001110101101100000110011011101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9407; }

 p { color: rgb(190,148,7); }

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

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

 a { background-color: rgb(190,148,7); }

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

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

 span { border-color: rgb(190,148,7); }

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