#BE7B19

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

Shades of Pirate Gold #BE7B19

Tints of Pirate Gold #BE7B19

Color information

#BE7B19 (or 0xBE7B19) is unknown color: approx Pirate Gold. HEX triplet: BE, 7B and 19. RGB value is (190,123,25). Sum of RGB (Red+Green+Blue) = 190+123+25=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B19 is #4184E6. Grayscale: #848484. Windows color (decimal): -4293863 or 1670078. OLE color: 1670078.

HSL color Cylindrical-coordinate representation of color #BE7B19: hue angle of 35.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE7B19 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19012325-
CMYK00.350.870.25
HSL35.64º76.74%42.16%-
HSV(B)35.64º86.84%74.51%-
XYZ28.4925.184.28-
YUV131.8667.7169.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 25 (10.16% from 255) = 7.40%
R=56.21%
G=36.39%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901232500.350.870.2535.6476.7442.16
HexBE7B190235719244d2a
Octal27617331043127314411552
Binary1011111011110111100101000111010111110011001001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B19; }

 p { color: rgb(190,123,25); }

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

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

 a { background-color: rgb(190,123,25); }

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

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

 span { border-color: rgb(190,123,25); }

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