#BE7621

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

Shades of Pirate Gold #BE7621

Tints of Pirate Gold #BE7621

Color information

#BE7621 (or 0xBE7621) is unknown color: approx Pirate Gold. HEX triplet: BE, 76 and 21. RGB value is (190,118,33). Sum of RGB (Red+Green+Blue) = 190+118+33=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7621 is #4189DE. Grayscale: #828282. Windows color (decimal): -4295135 or 2193086. OLE color: 2193086.

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

Color convert

RGB19011833-
CMYK00.380.830.25
HSL32.48º70.4%43.73%-
HSV(B)32.48º82.63%74.51%-
XYZ27.9924.014.6-
YUV129.8473.35170.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 33 (13.28% from 255) = 9.68%
R=55.72%
G=34.60%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901183300.380.830.2532.4870.443.73
HexBE7621026531920462c
Octal27616641046123314010654
Binary10111110111011010000101001101010011110011000001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7621; }

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

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

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

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

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

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

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

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