#BE7C22

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

Shades of Pirate Gold #BE7C22

Tints of Pirate Gold #BE7C22

Color information

#BE7C22 (or 0xBE7C22) is unknown color: approx Pirate Gold. HEX triplet: BE, 7C and 22. RGB value is (190,124,34). Sum of RGB (Red+Green+Blue) = 190+124+34=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C22 is #4183DD. Grayscale: #858585. Windows color (decimal): -4293598 or 2260158. OLE color: 2260158.

HSL color Cylindrical-coordinate representation of color #BE7C22: hue angle of 34.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE7C22 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19012434-
CMYK00.350.820.25
HSL34.62º69.64%43.92%-
HSV(B)34.62º82.11%74.51%-
XYZ28.7325.484.92-
YUV133.4771.87168.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 34 (13.67% from 255) = 9.77%
R=54.60%
G=35.63%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901243400.350.820.2534.6269.6443.92
HexBE7C22023521923462c
Octal27617442043122314310654
Binary10111110111110010001001000111010010110011000111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C22; }

 p { color: rgb(190,124,34); }

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

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

 a { background-color: rgb(190,124,34); }

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

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

 span { border-color: rgb(190,124,34); }

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