#BE782C

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

Shades of Pirate Gold #BE782C

Tints of Pirate Gold #BE782C

Color information

#BE782C (or 0xBE782C) is unknown color: approx Pirate Gold. HEX triplet: BE, 78 and 2C. RGB value is (190,120,44). Sum of RGB (Red+Green+Blue) = 190+120+44=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE782C is #4187D3. Grayscale: #848484. Windows color (decimal): -4294612 or 2914494. OLE color: 2914494.

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

Color convert

RGB19012044-
CMYK00.370.770.25
HSL31.23º62.39%45.88%-
HSV(B)31.23º76.84%74.51%-
XYZ28.4124.565.63-
YUV132.2778.19169.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 44 (17.58% from 255) = 12.43%
R=53.67%
G=33.90%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901204400.370.770.2531.2362.3945.88
HexBE782C0254D191f3e2e
Octal2761705404511531377656
Binary101111101111000101100010010110011011100111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE782C; }

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

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

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

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

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

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

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

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