#BE6E21

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

Shades of Pirate Gold #BE6E21

Tints of Pirate Gold #BE6E21

Color information

#BE6E21 (or 0xBE6E21) is unknown color: approx Pirate Gold. HEX triplet: BE, 6E and 21. RGB value is (190,110,33). Sum of RGB (Red+Green+Blue) = 190+110+33=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E21 is #4191DE. Grayscale: #7D7D7D. Windows color (decimal): -4297183 or 2191038. OLE color: 2191038.

HSL color Cylindrical-coordinate representation of color #BE6E21: hue angle of 29.43º degrees, saturation: 0.7, 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 #BE6E21 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19011033-
CMYK00.420.830.25
HSL29.43º70.4%43.73%-
HSV(B)29.43º82.63%74.51%-
XYZ27.0922.214.3-
YUV125.1476174.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 33 (13.28% from 255) = 9.91%
R=57.06%
G=33.03%
B=9.91%

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
Decimal1901103300.420.830.2529.4370.443.73
HexBE6E2102A53191d462c
Octal27615641052123313510654
Binary1011111011011101000010101010101001111001111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E21; }

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

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

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

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

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

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

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

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