#BE7C2A

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

Shades of Pirate Gold #BE7C2A

Tints of Pirate Gold #BE7C2A

Color information

#BE7C2A (or 0xBE7C2A) is unknown color: approx Pirate Gold. HEX triplet: BE, 7C and 2A. RGB value is (190,124,42). Sum of RGB (Red+Green+Blue) = 190+124+42=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C2A is #4183D5. Grayscale: #868686. Windows color (decimal): -4293590 or 2784446. OLE color: 2784446.

HSL color Cylindrical-coordinate representation of color #BE7C2A: hue angle of 33.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE7C2A is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19012442-
CMYK00.350.780.25
HSL33.24º63.79%45.49%-
HSV(B)33.24º77.89%74.51%-
XYZ28.8625.535.6-
YUV134.3975.87167.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 42 (16.80% from 255) = 11.80%
R=53.37%
G=34.83%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901244200.350.780.2533.2463.7945.49
HexBE7C2A0234E1921402d
Octal27617452043116314110055
Binary10111110111110010101001000111001110110011000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C2A; }

 p { color: rgb(190,124,42); }

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

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

 a { background-color: rgb(190,124,42); }

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

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

 span { border-color: rgb(190,124,42); }

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