#BE782A

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

Shades of Pirate Gold #BE782A

Tints of Pirate Gold #BE782A

Color information

#BE782A (or 0xBE782A) is unknown color: approx Pirate Gold. HEX triplet: BE, 78 and 2A. RGB value is (190,120,42). Sum of RGB (Red+Green+Blue) = 190+120+42=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE782A is #4187D5. Grayscale: #848484. Windows color (decimal): -4294614 or 2783422. OLE color: 2783422.

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

Color convert

RGB19012042-
CMYK00.370.780.25
HSL31.62º63.79%45.49%-
HSV(B)31.62º77.89%74.51%-
XYZ28.3724.555.43-
YUV132.0477.19169.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=53.98%
G=34.09%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901204200.370.780.2531.6263.7945.49
HexBE782A0254E1920402d
Octal27617052045116314010055
Binary10111110111100010101001001011001110110011000001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE782A; }

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

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

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

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

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

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

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

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