#BE791A

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

Shades of Pirate Gold #BE791A

Tints of Pirate Gold #BE791A

Color information

#BE791A (or 0xBE791A) is unknown color: approx Pirate Gold. HEX triplet: BE, 79 and 1A. RGB value is (190,121,26). Sum of RGB (Red+Green+Blue) = 190+121+26=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE791A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE791A is #4186E5. Grayscale: #838383. Windows color (decimal): -4294374 or 1735102. OLE color: 1735102.

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

Color convert

RGB19012126-
CMYK00.360.860.25
HSL34.76º75.93%42.35%-
HSV(B)34.76º86.32%74.51%-
XYZ28.2624.74.25-
YUV130.868.86170.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 26 (10.55% from 255) = 7.72%
R=56.38%
G=35.91%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901212600.360.860.2534.7675.9342.35
HexBE791A0245619234c2a
Octal27617132044126314311452
Binary1011111011110011101001001001010110110011000111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE791A; }

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

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

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

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

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

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

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

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