#B87A29

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

Shades of Pirate Gold #B87A29

Tints of Pirate Gold #B87A29

Color information

#B87A29 (or 0xB87A29) is unknown color: approx Pirate Gold. HEX triplet: B8, 7A and 29. RGB value is (184,122,41). Sum of RGB (Red+Green+Blue) = 184+122+41=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87A29 is #4785D6. Grayscale: #838383. Windows color (decimal): -4687319 or 2718392. OLE color: 2718392.

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

Color convert

RGB18412241-
CMYK00.340.780.28
HSL33.99º63.56%44.12%-
HSV(B)33.99º77.72%72.16%-
XYZ27.1324.275.35-
YUV131.377.04165.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 41 (16.41% from 255) = 11.82%
R=53.03%
G=35.16%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841224100.340.780.2833.9963.5644.12
HexB87A290224E1C22402c
Octal27017251042116344210054
Binary10111000111101010100101000101001110111001000101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A29; }

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

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

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

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

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

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

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

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