#B87516

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

Shades of Pirate Gold #B87516

Tints of Pirate Gold #B87516

Color information

#B87516 (or 0xB87516) is unknown color: approx Pirate Gold. HEX triplet: B8, 75 and 16. RGB value is (184,117,22). Sum of RGB (Red+Green+Blue) = 184+117+22=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B87516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87516 is #478AE9. Grayscale: #7E7E7E. Windows color (decimal): -4688618 or 1471928. OLE color: 1471928.

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

Color convert

RGB18411722-
CMYK00.360.880.28
HSL35.19º78.64%40.39%-
HSV(B)35.19º88.04%72.16%-
XYZ26.2722.973.81-
YUV126.269.2169.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.97%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 22 (8.98% from 255) = 6.81%
R=56.97%
G=36.22%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841172200.360.880.2835.1978.6440.39
HexB87516024581C234f28
Octal27016526044130344311750
Binary1011100011101011011001001001011000111001000111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87516; }

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

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

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

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

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

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

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

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