#BE7329

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

Shades of Pirate Gold #BE7329

Tints of Pirate Gold #BE7329

Color information

#BE7329 (or 0xBE7329) is unknown color: approx Pirate Gold. HEX triplet: BE, 73 and 29. RGB value is (190,115,41). Sum of RGB (Red+Green+Blue) = 190+115+41=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7329 is #418CD6. Grayscale: #818181. Windows color (decimal): -4295895 or 2716606. OLE color: 2716606.

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

Color convert

RGB19011541-
CMYK00.390.780.25
HSL29.8º64.5%45.29%-
HSV(B)29.8º78.42%74.51%-
XYZ27.7723.375.14-
YUV128.9978.35171.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 41 (16.41% from 255) = 11.85%
R=54.91%
G=33.24%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901154100.390.780.2529.864.545.29
HexBE73290274E191e412d
Octal27616351047116313610155
Binary1011111011100111010010100111100111011001111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7329; }

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

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

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

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

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

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

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

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