#B47820

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

Shades of Pirate Gold #B47820

Tints of Pirate Gold #B47820

Color information

#B47820 (or 0xB47820) is unknown color: approx Pirate Gold. HEX triplet: B4, 78 and 20. RGB value is (180,120,32). Sum of RGB (Red+Green+Blue) = 180+120+32=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B47820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47820 is #4B87DF. Grayscale: #808080. Windows color (decimal): -4949984 or 2128052. OLE color: 2128052.

HSL color Cylindrical-coordinate representation of color #B47820: hue angle of 35.68º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B47820 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18012032-
CMYK00.330.820.29
HSL35.68º69.81%41.57%-
HSV(B)35.68º82.22%70.59%-
XYZ25.823.244.49-
YUV127.9173.88165.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 32 (12.89% from 255) = 9.64%
R=54.22%
G=36.14%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801203200.330.820.2935.6869.8141.57
HexB47820021521D24462a
Octal26417040041122354410652
Binary10110100111100010000001000011010010111011001001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47820; }

 p { color: rgb(180,120,32); }

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

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

 a { background-color: rgb(180,120,32); }

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

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

 span { border-color: rgb(180,120,32); }

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