#BE6D22

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

Shades of Pirate Gold #BE6D22

Tints of Pirate Gold #BE6D22

Color information

#BE6D22 (or 0xBE6D22) is unknown color: approx Pirate Gold. HEX triplet: BE, 6D and 22. RGB value is (190,109,34). Sum of RGB (Red+Green+Blue) = 190+109+34=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D22 is #4192DD. Grayscale: #7D7D7D. Windows color (decimal): -4297438 or 2256318. OLE color: 2256318.

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

Color convert

RGB19010934-
CMYK00.430.820.25
HSL28.85º69.64%43.92%-
HSV(B)28.85º82.11%74.51%-
XYZ26.99224.34-
YUV124.6776.84174.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 34 (13.67% from 255) = 10.21%
R=57.06%
G=32.73%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901093400.430.820.2528.8569.6443.92
HexBE6D2202B52191d462c
Octal27615542053122313510654
Binary1011111011011011000100101011101001011001111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D22; }

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

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

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

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

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

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

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

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