#BE7100

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

Shades of Dark Goldenrod #BE7100

Tints of Dark Goldenrod #BE7100

Color information

#BE7100 (or 0xBE7100) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 71 and 00. RGB value is (190,113,0). Sum of RGB (Red+Green+Blue) = 190+113+0=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7100 is #418EFF. Grayscale: #7B7B7B. Windows color (decimal): -4296448 or 29118. OLE color: 29118.

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

Color convert

RGB1901130-
CMYK00.4110.25
HSL35.68º100%37.25%-
HSV(B)35.68º100%74.51%-
XYZ27.1422.762.96-
YUV123.1458.51175.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.71%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.71%
G=37.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190113000.4110.2535.6810037.25
HexBE7100296419246425
Octal2761610051144314414445
Binary101111101110001001010011100100110011001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7100; }

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

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

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

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

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

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

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

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