#BE782D

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

Shades of Pirate Gold #BE782D

Tints of Pirate Gold #BE782D

Color information

#BE782D (or 0xBE782D) is unknown color: approx Pirate Gold. HEX triplet: BE, 78 and 2D. RGB value is (190,120,45). Sum of RGB (Red+Green+Blue) = 190+120+45=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE782D is #4187D2. Grayscale: #848484. Windows color (decimal): -4294611 or 2980030. OLE color: 2980030.

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

Color convert

RGB19012045-
CMYK00.370.760.25
HSL31.03º61.7%46.08%-
HSV(B)31.03º76.32%74.51%-
XYZ28.4324.575.73-
YUV132.3878.69169.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 45 (17.97% from 255) = 12.68%
R=53.52%
G=33.80%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901204500.370.760.2531.0361.746.08
HexBE782D0254C191f3e2e
Octal2761705504511431377656
Binary101111101111000101101010010110011001100111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE782D; }

 p { color: rgb(190,120,45); }

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

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

 a { background-color: rgb(190,120,45); }

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

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

 span { border-color: rgb(190,120,45); }

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