#BE7A2B

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

Shades of Pirate Gold #BE7A2B

Tints of Pirate Gold #BE7A2B

Color information

#BE7A2B (or 0xBE7A2B) is unknown color: approx Pirate Gold. HEX triplet: BE, 7A and 2B. RGB value is (190,122,43). Sum of RGB (Red+Green+Blue) = 190+122+43=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A2B is #4185D4. Grayscale: #858585. Windows color (decimal): -4294101 or 2849470. OLE color: 2849470.

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

Color convert

RGB19012243-
CMYK00.360.770.25
HSL32.24º63.09%45.69%-
HSV(B)32.24º77.37%74.51%-
XYZ28.6325.045.61-
YUV133.3377.03168.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 43 (17.19% from 255) = 12.11%
R=53.52%
G=34.37%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901224300.360.770.2532.2463.0945.69
HexBE7A2B0244D19203f2e
Octal2761725304411531407756
Binary1011111011110101010110100100100110111001100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A2B; }

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

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

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

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

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

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

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

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