#BE8221

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

Shades of Pirate Gold #BE8221

Tints of Pirate Gold #BE8221

Color information

#BE8221 (or 0xBE8221) is unknown color: approx Pirate Gold. HEX triplet: BE, 82 and 21. RGB value is (190,130,33). Sum of RGB (Red+Green+Blue) = 190+130+33=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8221 is #417DDE. Grayscale: #898989. Windows color (decimal): -4292063 or 2196158. OLE color: 2196158.

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

Color convert

RGB19013033-
CMYK00.320.830.25
HSL37.07º70.4%43.73%-
HSV(B)37.07º82.63%74.51%-
XYZ29.4927.025.1-
YUV136.8869.38165.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 33 (13.28% from 255) = 9.35%
R=53.82%
G=36.83%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901303300.320.830.2537.0770.443.73
HexBE8221020531925462c
Octal27620241040123314510654
Binary101111101000001010000101000001010011110011001011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8221; }

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

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

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

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

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

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

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

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