#BE7021

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

Shades of Pirate Gold #BE7021

Tints of Pirate Gold #BE7021

Color information

#BE7021 (or 0xBE7021) is unknown color: approx Pirate Gold. HEX triplet: BE, 70 and 21. RGB value is (190,112,33). Sum of RGB (Red+Green+Blue) = 190+112+33=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7021 is #418FDE. Grayscale: #7E7E7E. Windows color (decimal): -4296671 or 2191550. OLE color: 2191550.

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

Color convert

RGB19011233-
CMYK00.410.830.25
HSL30.19º70.4%43.73%-
HSV(B)30.19º82.63%74.51%-
XYZ27.322.654.37-
YUV126.3275.34173.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=56.72%
G=33.43%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901123300.410.830.2530.1970.443.73
HexBE702102953191e462c
Octal27616041051123313610654
Binary1011111011100001000010101001101001111001111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7021; }

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

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

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

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

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

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

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

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