#be8021

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

Shades of Pirate Gold #BE8021

Tints of Pirate Gold #BE8021

Color information

#BE8021 (or 0xBE8021) is unknown color: approx Pirate Gold. HEX triplet: BE, 80 and 21. RGB value is (190,128,33). Sum of RGB (Red+Green+Blue) = 190+128+33=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8021 is #417FDE. Grayscale: #888888. Windows color (decimal): -4292575 or 2195646. OLE color: 2195646.

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

Color convert

RGB19012833-
CMYK00.330.830.25
HSL36.31º70.4%43.73%-
HSV(B)36.31º82.63%74.51%-
XYZ29.2326.55.01-
YUV135.7170.04166.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.13%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=54.13%
G=36.47%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901283300.330.830.2536.3170.443.73
HexBE8021021531924462c
Octal27620041041123314410654
Binary101111101000000010000101000011010011110011001001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be8021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be8021; }

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

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

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

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

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

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

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

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