#B86C13

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

Shades of Pirate Gold #B86C13

Tints of Pirate Gold #B86C13

Color information

#B86C13 (or 0xB86C13) is unknown color: approx Pirate Gold. HEX triplet: B8, 6C and 13. RGB value is (184,108,19). Sum of RGB (Red+Green+Blue) = 184+108+19=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C13 is #4793EC. Grayscale: #797979. Windows color (decimal): -4690925 or 1273016. OLE color: 1273016.

HSL color Cylindrical-coordinate representation of color #B86C13: hue angle of 32.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B86C13 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18410819-
CMYK00.410.900.28
HSL32.36º81.28%39.8%-
HSV(B)32.36º89.67%72.16%-
XYZ25.2520.963.33-
YUV120.5870.68173.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.16%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 19 (7.81% from 255) = 6.11%
R=59.16%
G=34.73%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841081900.410.900.2832.3681.2839.8
HexB86C130295A1C205128
Octal27015423051132344012150
Binary1011100011011001001101010011011010111001000001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C13; }

 p { color: rgb(184,108,19); }

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

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

 a { background-color: rgb(184,108,19); }

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

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

 span { border-color: rgb(184,108,19); }

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