#BE7220

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

Shades of Pirate Gold #BE7220

Tints of Pirate Gold #BE7220

Color information

#BE7220 (or 0xBE7220) is unknown color: approx Pirate Gold. HEX triplet: BE, 72 and 20. RGB value is (190,114,32). Sum of RGB (Red+Green+Blue) = 190+114+32=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7220 is #418DDF. Grayscale: #7F7F7F. Windows color (decimal): -4296160 or 2126526. OLE color: 2126526.

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

Color convert

RGB19011432-
CMYK00.400.830.25
HSL31.14º71.17%43.53%-
HSV(B)31.14º83.16%74.51%-
XYZ27.5123.094.37-
YUV127.3874.18172.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 32 (12.89% from 255) = 9.52%
R=56.55%
G=33.93%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901143200.400.830.2531.1471.1743.53
HexBE722002853191f472c
Octal27616240050123313710754
Binary1011111011100101000000101000101001111001111111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7220; }

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

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

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

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

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

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

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

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