#BE7223

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

Shades of Pirate Gold #BE7223

Tints of Pirate Gold #BE7223

Color information

#BE7223 (or 0xBE7223) is unknown color: approx Pirate Gold. HEX triplet: BE, 72 and 23. RGB value is (190,114,35). Sum of RGB (Red+Green+Blue) = 190+114+35=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7223 is #418DDC. Grayscale: #808080. Windows color (decimal): -4296157 or 2323134. OLE color: 2323134.

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

Color convert

RGB19011435-
CMYK00.400.820.25
HSL30.58º68.89%44.12%-
HSV(B)30.58º81.58%74.51%-
XYZ27.5623.14.6-
YUV127.7275.68172.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 35 (14.06% from 255) = 10.32%
R=56.05%
G=33.63%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901143500.400.820.2530.5868.8944.12
HexBE722302852191f452c
Octal27616243050122313710554
Binary1011111011100101000110101000101001011001111111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7223; }

 p { color: rgb(190,114,35); }

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

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

 a { background-color: rgb(190,114,35); }

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

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

 span { border-color: rgb(190,114,35); }

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