#BE7120

Color #BE7120 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #BE7120

Tints of Pirate Gold #BE7120

Color information

#BE7120 (or 0xBE7120) is unknown color: approx Pirate Gold. HEX triplet: BE, 71 and 20. RGB value is (190,113,32). Sum of RGB (Red+Green+Blue) = 190+113+32=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7120 is #418EDF. Grayscale: #7F7F7F. Windows color (decimal): -4296416 or 2126270. OLE color: 2126270.

HSL color Cylindrical-coordinate representation of color #BE7120: hue angle of 30.76º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE7120 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19011332-
CMYK00.410.830.25
HSL30.76º71.17%43.53%-
HSV(B)30.76º83.16%74.51%-
XYZ27.422.864.34-
YUV126.7974.51173.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 32 (12.89% from 255) = 9.55%
R=56.72%
G=33.73%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901133200.410.830.2530.7671.1743.53
HexBE712002953191f472c
Octal27616140051123313710754
Binary1011111011100011000000101001101001111001111111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7120; }

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

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

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

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

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

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

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

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