#BE7D2C

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

Shades of Pirate Gold #BE7D2C

Tints of Pirate Gold #BE7D2C

Color information

#BE7D2C (or 0xBE7D2C) is unknown color: approx Pirate Gold. HEX triplet: BE, 7D and 2C. RGB value is (190,125,44). Sum of RGB (Red+Green+Blue) = 190+125+44=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D2C is #4182D3. Grayscale: #878787. Windows color (decimal): -4293332 or 2915774. OLE color: 2915774.

HSL color Cylindrical-coordinate representation of color #BE7D2C: hue angle of 33.29º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE7D2C is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19012544-
CMYK00.340.770.25
HSL33.29º62.39%45.88%-
HSV(B)33.29º76.84%74.51%-
XYZ29.0225.85.83-
YUV135.276.53167.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 44 (17.58% from 255) = 12.26%
R=52.92%
G=34.82%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901254400.340.770.2533.2962.3945.88
HexBE7D2C0224D19213e2e
Octal2761755404211531417656
Binary1011111011111011011000100010100110111001100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D2C; }

 p { color: rgb(190,125,44); }

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

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

 a { background-color: rgb(190,125,44); }

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

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

 span { border-color: rgb(190,125,44); }

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