#BE7A21

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

Shades of Pirate Gold #BE7A21

Tints of Pirate Gold #BE7A21

Color information

#BE7A21 (or 0xBE7A21) is unknown color: approx Pirate Gold. HEX triplet: BE, 7A and 21. RGB value is (190,122,33). Sum of RGB (Red+Green+Blue) = 190+122+33=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A21 is #4185DE. Grayscale: #848484. Windows color (decimal): -4294111 or 2194110. OLE color: 2194110.

HSL color Cylindrical-coordinate representation of color #BE7A21: hue angle of 34.01º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE7A21 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19012233-
CMYK00.360.830.25
HSL34.01º70.4%43.73%-
HSV(B)34.01º82.63%74.51%-
XYZ28.4724.984.76-
YUV132.1972.03169.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 33 (13.28% from 255) = 9.57%
R=55.07%
G=35.36%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901223300.360.830.2534.0170.443.73
HexBE7A21024531922462c
Octal27617241044123314210654
Binary10111110111101010000101001001010011110011000101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A21; }

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

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

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

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

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

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

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

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