#B47524

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

Shades of Pirate Gold #B47524

Tints of Pirate Gold #B47524

Color information

#B47524 (or 0xB47524) is unknown color: approx Pirate Gold. HEX triplet: B4, 75 and 24. RGB value is (180,117,36). Sum of RGB (Red+Green+Blue) = 180+117+36=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B47524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47524 is #4B8ADB. Grayscale: #7E7E7E. Windows color (decimal): -4950748 or 2389428. OLE color: 2389428.

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

Color convert

RGB18011736-
CMYK00.350.80.29
HSL33.75º66.67%42.35%-
HSV(B)33.75º80%70.59%-
XYZ25.522.554.68-
YUV126.676.87166.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 36 (14.45% from 255) = 10.81%
R=54.05%
G=35.14%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801173600.350.80.2933.7566.6742.35
HexB47524023501D22432a
Octal26416544043120354210352
Binary10110100111010110010001000111010000111011000101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47524; }

 p { color: rgb(180,117,36); }

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

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

 a { background-color: rgb(180,117,36); }

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

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

 span { border-color: rgb(180,117,36); }

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