#BE7122

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

Shades of Pirate Gold #BE7122

Tints of Pirate Gold #BE7122

Color information

#BE7122 (or 0xBE7122) is unknown color: approx Pirate Gold. HEX triplet: BE, 71 and 22. RGB value is (190,113,34). Sum of RGB (Red+Green+Blue) = 190+113+34=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7122 is #418EDD. Grayscale: #7F7F7F. Windows color (decimal): -4296414 or 2257342. OLE color: 2257342.

HSL color Cylindrical-coordinate representation of color #BE7122: hue angle of 30.38º 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 #BE7122 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19011334-
CMYK00.410.820.25
HSL30.38º69.64%43.92%-
HSV(B)30.38º82.11%74.51%-
XYZ27.4322.874.48-
YUV127.0275.51172.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 34 (13.67% from 255) = 10.09%
R=56.38%
G=33.53%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901133400.410.820.2530.3869.6443.92
HexBE712202952191e462c
Octal27616142051122313610654
Binary1011111011100011000100101001101001011001111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7122; }

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

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

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

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

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

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

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

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