#BE761A

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

Shades of Pirate Gold #BE761A

Tints of Pirate Gold #BE761A

Color information

#BE761A (or 0xBE761A) is unknown color: approx Pirate Gold. HEX triplet: BE, 76 and 1A. RGB value is (190,118,26). Sum of RGB (Red+Green+Blue) = 190+118+26=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE761A is #4189E5. Grayscale: #818181. Windows color (decimal): -4295142 or 1734334. OLE color: 1734334.

HSL color Cylindrical-coordinate representation of color #BE761A: hue angle of 33.66º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE761A is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19011826-
CMYK00.380.860.25
HSL33.66º75.93%42.35%-
HSV(B)33.66º86.32%74.51%-
XYZ27.923.984.14-
YUV129.0469.85171.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 26 (10.55% from 255) = 7.78%
R=56.89%
G=35.33%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901182600.380.860.2533.6675.9342.35
HexBE761A0265619224c2a
Octal27616632046126314211452
Binary1011111011101101101001001101010110110011000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE761A; }

 p { color: rgb(190,118,26); }

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

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

 a { background-color: rgb(190,118,26); }

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

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

 span { border-color: rgb(190,118,26); }

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