#BE792E

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

Shades of Pirate Gold #BE792E

Tints of Pirate Gold #BE792E

Color information

#BE792E (or 0xBE792E) is unknown color: approx Pirate Gold. HEX triplet: BE, 79 and 2E. RGB value is (190,121,46). Sum of RGB (Red+Green+Blue) = 190+121+46=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE792E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE792E is #4186D1. Grayscale: #858585. Windows color (decimal): -4294354 or 3045822. OLE color: 3045822.

HSL color Cylindrical-coordinate representation of color #BE792E: hue angle of 31.25º degrees, saturation: 0.61, 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 #BE792E is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19012146-
CMYK00.360.760.25
HSL31.25º61.02%46.27%-
HSV(B)31.25º75.79%74.51%-
XYZ28.5724.825.87-
YUV133.0878.86168.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 46 (18.36% from 255) = 12.89%
R=53.22%
G=33.89%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901214600.360.760.2531.2561.0246.27
HexBE792E0244C191f3d2e
Octal2761715604411431377556
Binary101111101111001101110010010010011001100111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE792E; }

 p { color: rgb(190,121,46); }

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

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

 a { background-color: rgb(190,121,46); }

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

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

 span { border-color: rgb(190,121,46); }

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