#B47A19

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

Shades of Pirate Gold #B47A19

Tints of Pirate Gold #B47A19

Color information

#B47A19 (or 0xB47A19) is unknown color: approx Pirate Gold. HEX triplet: B4, 7A and 19. RGB value is (180,122,25). Sum of RGB (Red+Green+Blue) = 180+122+25=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47A19 is #4B85E6. Grayscale: #808080. Windows color (decimal): -4949479 or 1669812. OLE color: 1669812.

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

Color convert

RGB18012225-
CMYK00.320.860.29
HSL37.55º75.61%40.2%-
HSV(B)37.55º86.11%70.59%-
XYZ25.9623.694.12-
YUV128.2869.72164.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 122 (48.05% from 255) = 37.31%
BLUE value IS 25 (10.16% from 255) = 7.65%
R=55.05%
G=37.31%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801222500.320.860.2937.5575.6140.2
HexB47A19020561D264c28
Octal26417231040126354611450
Binary1011010011110101100101000001010110111011001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A19; }

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

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

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

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

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

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

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

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