#BE7D31

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

Shades of Pirate Gold #BE7D31

Tints of Pirate Gold #BE7D31

Color information

#BE7D31 (or 0xBE7D31) is unknown color: approx Pirate Gold. HEX triplet: BE, 7D and 31. RGB value is (190,125,49). Sum of RGB (Red+Green+Blue) = 190+125+49=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D31 is #4182CE. Grayscale: #888888. Windows color (decimal): -4293327 or 3243454. OLE color: 3243454.

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

Color convert

RGB19012549-
CMYK00.340.740.25
HSL32.34º59%46.86%-
HSV(B)32.34º74.21%74.51%-
XYZ29.1225.846.36-
YUV135.7779.03166.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=52.20%
G=34.34%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901254900.340.740.2532.345946.86
HexBE7D310224A19203b2f
Octal2761756104211231407357
Binary1011111011111011100010100010100101011001100000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D31; }

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

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

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

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

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

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

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

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