#b57419

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

Shades of Pirate Gold #B57419

Tints of Pirate Gold #B57419

Color information

#B57419 (or 0xB57419) is unknown color: approx Pirate Gold. HEX triplet: B5, 74 and 19. RGB value is (181,116,25). Sum of RGB (Red+Green+Blue) = 181+116+25=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B57419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57419 is #4A8BE6. Grayscale: #7D7D7D. Windows color (decimal): -4885479 or 1668277. OLE color: 1668277.

HSL color Cylindrical-coordinate representation of color #B57419: hue angle of 35º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B57419 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18111625-
CMYK00.360.860.29
HSL35º75.73%40.39%-
HSV(B)35º86.19%70.98%-
XYZ25.4822.383.9-
YUV125.0671.53167.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 25 (10.16% from 255) = 7.76%
R=56.21%
G=36.02%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811162500.360.860.293575.7340.39
HexB57419024561D234c28
Octal26516431044126354311450
Binary1011010111101001100101001001010110111011000111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57419; }

 p { color: rgb(181,116,25); }

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

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

 a { background-color: rgb(181,116,25); }

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

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

 span { border-color: rgb(181,116,25); }

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