#BE7A23

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

Shades of Pirate Gold #BE7A23

Tints of Pirate Gold #BE7A23

Color information

#BE7A23 (or 0xBE7A23) is unknown color: approx Pirate Gold. HEX triplet: BE, 7A and 23. RGB value is (190,122,35). Sum of RGB (Red+Green+Blue) = 190+122+35=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A23 is #4185DC. Grayscale: #848484. Windows color (decimal): -4294109 or 2325182. OLE color: 2325182.

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

Color convert

RGB19012235-
CMYK00.360.820.25
HSL33.68º68.89%44.12%-
HSV(B)33.68º81.58%74.51%-
XYZ28.524.994.91-
YUV132.4173.03169.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 35 (14.06% from 255) = 10.09%
R=54.76%
G=35.16%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901223500.360.820.2533.6868.8944.12
HexBE7A23024521922452c
Octal27617243044122314210554
Binary10111110111101010001101001001010010110011000101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A23; }

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

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

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

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

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

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

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

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