#B87A2C

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

Shades of Pirate Gold #B87A2C

Tints of Pirate Gold #B87A2C

Color information

#B87A2C (or 0xB87A2C) is unknown color: approx Pirate Gold. HEX triplet: B8, 7A and 2C. RGB value is (184,122,44). Sum of RGB (Red+Green+Blue) = 184+122+44=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87A2C is #4785D3. Grayscale: #848484. Windows color (decimal): -4687316 or 2915000. OLE color: 2915000.

HSL color Cylindrical-coordinate representation of color #B87A2C: hue angle of 33.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B87A2C is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB18412244-
CMYK00.340.760.28
HSL33.43º61.4%44.71%-
HSV(B)33.43º76.09%72.16%-
XYZ27.1824.295.64-
YUV131.6578.54165.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=52.57%
G=34.86%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841224400.340.760.2833.4361.444.71
HexB87A2C0224C1C213d2d
Octal2701725404211434417555
Binary1011100011110101011000100010100110011100100001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A2C; }

 p { color: rgb(184,122,44); }

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

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

 a { background-color: rgb(184,122,44); }

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

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

 span { border-color: rgb(184,122,44); }

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