#BE7729

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

Shades of Pirate Gold #BE7729

Tints of Pirate Gold #BE7729

Color information

#BE7729 (or 0xBE7729) is unknown color: approx Pirate Gold. HEX triplet: BE, 77 and 29. RGB value is (190,119,41). Sum of RGB (Red+Green+Blue) = 190+119+41=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7729 is #4188D6. Grayscale: #838383. Windows color (decimal): -4294871 or 2717630. OLE color: 2717630.

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

Color convert

RGB19011941-
CMYK00.370.780.25
HSL31.41º64.5%45.29%-
HSV(B)31.41º78.42%74.51%-
XYZ28.2324.35.3-
YUV131.3477.02169.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 41 (16.41% from 255) = 11.71%
R=54.29%
G=34%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901194100.370.780.2531.4164.545.29
HexBE77290254E191f412d
Octal27616751045116313710155
Binary1011111011101111010010100101100111011001111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7729; }

 p { color: rgb(190,119,41); }

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

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

 a { background-color: rgb(190,119,41); }

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

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

 span { border-color: rgb(190,119,41); }

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