#B47527

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

Shades of Pirate Gold #B47527

Tints of Pirate Gold #B47527

Color information

#B47527 (or 0xB47527) is unknown color: approx Pirate Gold. HEX triplet: B4, 75 and 27. RGB value is (180,117,39). Sum of RGB (Red+Green+Blue) = 180+117+39=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B47527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47527 is #4B8AD8. Grayscale: #7F7F7F. Windows color (decimal): -4950745 or 2586036. OLE color: 2586036.

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

Color convert

RGB18011739-
CMYK00.350.780.29
HSL33.19º64.38%42.94%-
HSV(B)33.19º78.33%70.59%-
XYZ25.5522.574.93-
YUV126.9478.37165.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.57%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 39 (15.62% from 255) = 11.61%
R=53.57%
G=34.82%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801173900.350.780.2933.1964.3842.94
HexB475270234E1D21402b
Octal26416547043116354110053
Binary10110100111010110011101000111001110111011000011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47527; }

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

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

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

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

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

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

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

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