#B87527

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

Shades of Pirate Gold #B87527

Tints of Pirate Gold #B87527

Color information

#B87527 (or 0xB87527) is unknown color: approx Pirate Gold. HEX triplet: B8, 75 and 27. RGB value is (184,117,39). Sum of RGB (Red+Green+Blue) = 184+117+39=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B87527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87527 is #478AD8. Grayscale: #808080. Windows color (decimal): -4688601 or 2586040. OLE color: 2586040.

HSL color Cylindrical-coordinate representation of color #B87527: hue angle of 32.28º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B87527 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18411739-
CMYK00.360.790.28
HSL32.28º65.02%43.73%-
HSV(B)32.28º78.8%72.16%-
XYZ26.4923.064.97-
YUV128.1477.7167.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.12%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 39 (15.62% from 255) = 11.47%
R=54.12%
G=34.41%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841173900.360.790.2832.2865.0243.73
HexB875270244F1C20412c
Octal27016547044117344010154
Binary10111000111010110011101001001001111111001000001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87527; }

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

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

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

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

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

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

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

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