#BE7E00

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

Shades of Dark Goldenrod #BE7E00

Tints of Dark Goldenrod #BE7E00

Color information

#BE7E00 (or 0xBE7E00) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 7E and 00. RGB value is (190,126,0). Sum of RGB (Red+Green+Blue) = 190+126+0=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7E00 is #4181FF. Grayscale: #838383. Windows color (decimal): -4293120 or 32446. OLE color: 32446.

HSL color Cylindrical-coordinate representation of color #BE7E00: hue angle of 39.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE7E00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1901260-
CMYK00.3410.25
HSL39.79º100%37.25%-
HSV(B)39.79º100%74.51%-
XYZ28.725.873.48-
YUV130.7754.2170.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.13%
G=39.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190126000.3410.2539.7910037.25
HexBE7E00226419286425
Octal2761760042144315014445
Binary101111101111110001000101100100110011010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E00; }

 p { color: rgb(190,126,0); }

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

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

 a { background-color: rgb(190,126,0); }

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

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

 span { border-color: rgb(190,126,0); }

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