#BE8122

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

Shades of Pirate Gold #BE8122

Tints of Pirate Gold #BE8122

Color information

#BE8122 (or 0xBE8122) is unknown color: approx Pirate Gold. HEX triplet: BE, 81 and 22. RGB value is (190,129,34). Sum of RGB (Red+Green+Blue) = 190+129+34=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8122 is #417EDD. Grayscale: #888888. Windows color (decimal): -4292318 or 2261438. OLE color: 2261438.

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

Color convert

RGB19012934-
CMYK00.320.820.25
HSL36.54º69.64%43.92%-
HSV(B)36.54º82.11%74.51%-
XYZ29.3726.765.13-
YUV136.4170.21166.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 34 (13.67% from 255) = 9.63%
R=53.82%
G=36.54%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901293400.320.820.2536.5469.6443.92
HexBE8122020521925462c
Octal27620142040122314510654
Binary101111101000000110001001000001010010110011001011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8122; }

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

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

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

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

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

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

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

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