#BE7C31

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

Shades of Pirate Gold #BE7C31

Tints of Pirate Gold #BE7C31

Color information

#BE7C31 (or 0xBE7C31) is unknown color: approx Pirate Gold. HEX triplet: BE, 7C and 31. RGB value is (190,124,49). Sum of RGB (Red+Green+Blue) = 190+124+49=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C31 is #4183CE. Grayscale: #878787. Windows color (decimal): -4293583 or 3243198. OLE color: 3243198.

HSL color Cylindrical-coordinate representation of color #BE7C31: hue angle of 31.91º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE7C31 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19012449-
CMYK00.350.740.25
HSL31.91º59%46.86%-
HSV(B)31.91º74.21%74.51%-
XYZ2925.586.32-
YUV135.1879.37167.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 49 (19.53% from 255) = 13.50%
R=52.34%
G=34.16%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901244900.350.740.2531.915946.86
HexBE7C310234A19203b2f
Octal2761746104311231407357
Binary1011111011111001100010100011100101011001100000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C31; }

 p { color: rgb(190,124,49); }

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

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

 a { background-color: rgb(190,124,49); }

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

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

 span { border-color: rgb(190,124,49); }

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