#BE8005

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

Shades of Dark Goldenrod #BE8005

Tints of Dark Goldenrod #BE8005

Color information

#BE8005 (or 0xBE8005) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 80 and 05. RGB value is (190,128,5). Sum of RGB (Red+Green+Blue) = 190+128+5=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8005 is #417FFA. Grayscale: #858585. Windows color (decimal): -4292603 or 360638. OLE color: 360638.

HSL color Cylindrical-coordinate representation of color #BE8005: hue angle of 39.89º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE8005 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1901285-
CMYK00.330.970.25
HSL39.89º94.87%38.24%-
HSV(B)39.89º97.37%74.51%-
XYZ28.9826.43.71-
YUV132.5256.04169-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 5 (2.34% from 255) = 1.55%
R=58.82%
G=39.63%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190128500.330.970.2539.8994.8738.24
HexBE8050216119285f26
Octal2762005041141315013746
Binary101111101000000010101000011100001110011010001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8005; }

 p { color: rgb(190,128,5); }

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

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

 a { background-color: rgb(190,128,5); }

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

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

 span { border-color: rgb(190,128,5); }

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