#B47629

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

Shades of Pirate Gold #B47629

Tints of Pirate Gold #B47629

Color information

#B47629 (or 0xB47629) is unknown color: approx Pirate Gold. HEX triplet: B4, 76 and 29. RGB value is (180,118,41). Sum of RGB (Red+Green+Blue) = 180+118+41=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B47629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47629 is #4B89D6. Grayscale: #808080. Windows color (decimal): -4950487 or 2717364. OLE color: 2717364.

HSL color Cylindrical-coordinate representation of color #B47629: hue angle of 33.24º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B47629 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18011841-
CMYK00.340.770.29
HSL33.24º62.9%43.33%-
HSV(B)33.24º77.22%70.59%-
XYZ25.722.825.15-
YUV127.7679.04165.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 41 (16.41% from 255) = 12.09%
R=53.10%
G=34.81%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801184100.340.770.2933.2462.943.33
HexB476290224D1D213f2b
Octal2641665104211535417753
Binary1011010011101101010010100010100110111101100001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47629; }

 p { color: rgb(180,118,41); }

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

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

 a { background-color: rgb(180,118,41); }

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

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

 span { border-color: rgb(180,118,41); }

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