#B47119

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

Shades of Pirate Gold #B47119

Tints of Pirate Gold #B47119

Color information

#B47119 (or 0xB47119) is unknown color: approx Pirate Gold. HEX triplet: B4, 71 and 19. RGB value is (180,113,25). Sum of RGB (Red+Green+Blue) = 180+113+25=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B47119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47119 is #4B8EE6. Grayscale: #7B7B7B. Windows color (decimal): -4951783 or 1667508. OLE color: 1667508.

HSL color Cylindrical-coordinate representation of color #B47119: hue angle of 34.06º 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 #B47119 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18011325-
CMYK00.370.860.29
HSL34.06º75.61%40.2%-
HSV(B)34.06º86.11%70.59%-
XYZ24.921.583.77-
YUV12372.7168.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 25 (10.16% from 255) = 7.86%
R=56.60%
G=35.53%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801132500.370.860.2934.0675.6140.2
HexB47119025561D224c28
Octal26416131045126354211450
Binary1011010011100011100101001011010110111011000101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47119; }

 p { color: rgb(180,113,25); }

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

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

 a { background-color: rgb(180,113,25); }

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

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

 span { border-color: rgb(180,113,25); }

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