#B46D19

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

Shades of Pirate Gold #B46D19

Tints of Pirate Gold #B46D19

Color information

#B46D19 (or 0xB46D19) is unknown color: approx Pirate Gold. HEX triplet: B4, 6D and 19. RGB value is (180,109,25). Sum of RGB (Red+Green+Blue) = 180+109+25=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46D19 is #4B92E6. Grayscale: #797979. Windows color (decimal): -4952807 or 1666484. OLE color: 1666484.

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

Color convert

RGB18010925-
CMYK00.390.860.29
HSL32.52º75.61%40.2%-
HSV(B)32.52º86.11%70.59%-
XYZ24.4720.713.63-
YUV120.6574.02170.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 25 (10.16% from 255) = 7.96%
R=57.32%
G=34.71%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801092500.390.860.2932.5275.6140.2
HexB46D19027561D214c28
Octal26415531047126354111450
Binary1011010011011011100101001111010110111011000011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D19; }

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

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

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

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

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

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

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

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