#BE6E20

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

Shades of Pirate Gold #BE6E20

Tints of Pirate Gold #BE6E20

Color information

#BE6E20 (or 0xBE6E20) is unknown color: approx Pirate Gold. HEX triplet: BE, 6E and 20. RGB value is (190,110,32). Sum of RGB (Red+Green+Blue) = 190+110+32=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E20 is #4191DF. Grayscale: #7D7D7D. Windows color (decimal): -4297184 or 2125502. OLE color: 2125502.

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

Color convert

RGB19011032-
CMYK00.420.830.25
HSL29.62º71.17%43.53%-
HSV(B)29.62º83.16%74.51%-
XYZ27.0722.24.23-
YUV125.0375.5174.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 32 (12.89% from 255) = 9.64%
R=57.23%
G=33.13%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901103200.420.830.2529.6271.1743.53
HexBE6E2002A53191e472c
Octal27615640052123313610754
Binary1011111011011101000000101010101001111001111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E20; }

 p { color: rgb(190,110,32); }

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

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

 a { background-color: rgb(190,110,32); }

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

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

 span { border-color: rgb(190,110,32); }

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