#BE6D20

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

Shades of Pirate Gold #BE6D20

Tints of Pirate Gold #BE6D20

Color information

#BE6D20 (or 0xBE6D20) is unknown color: approx Pirate Gold. HEX triplet: BE, 6D and 20. RGB value is (190,109,32). Sum of RGB (Red+Green+Blue) = 190+109+32=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D20 is #4192DF. Grayscale: #7C7C7C. Windows color (decimal): -4297440 or 2125246. OLE color: 2125246.

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

Color convert

RGB19010932-
CMYK00.430.830.25
HSL29.24º71.17%43.53%-
HSV(B)29.24º83.16%74.51%-
XYZ26.9621.994.19-
YUV124.4475.84174.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 32 (12.89% from 255) = 9.67%
R=57.40%
G=32.93%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901093200.430.830.2529.2471.1743.53
HexBE6D2002B53191d472c
Octal27615540053123313510754
Binary1011111011011011000000101011101001111001111011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D20; }

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

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

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

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

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

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

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

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