#B46A19

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

Shades of Pirate Gold #B46A19

Tints of Pirate Gold #B46A19

Color information

#B46A19 (or 0xB46A19) is unknown color: approx Pirate Gold. HEX triplet: B4, 6A and 19. RGB value is (180,106,25). Sum of RGB (Red+Green+Blue) = 180+106+25=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46A19 is #4B95E6. Grayscale: #777777. Windows color (decimal): -4953575 or 1665716. OLE color: 1665716.

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

Color convert

RGB18010625-
CMYK00.410.860.29
HSL31.35º75.61%40.2%-
HSV(B)31.35º86.11%70.59%-
XYZ24.1520.083.52-
YUV118.8975.02171.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 25 (10.16% from 255) = 8.04%
R=57.88%
G=34.08%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801062500.410.860.2931.3575.6140.2
HexB46A19029561D1f4c28
Octal26415231051126353711450
Binary101101001101010110010101001101011011101111111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A19; }

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

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

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

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

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

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

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

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