#b86e1e

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

Shades of Pirate Gold #B86E1E

Tints of Pirate Gold #B86E1E

Color information

#B86E1E (or 0xB86E1E) is unknown color: approx Pirate Gold. HEX triplet: B8, 6E and 1E. RGB value is (184,110,30). Sum of RGB (Red+Green+Blue) = 184+110+30=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E1E is #4791E1. Grayscale: #7B7B7B. Windows color (decimal): -4690402 or 1994424. OLE color: 1994424.

HSL color Cylindrical-coordinate representation of color #B86E1E: hue angle of 31.17º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B86E1E is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18411030-
CMYK00.400.840.28
HSL31.17º71.96%41.96%-
HSV(B)31.17º83.7%72.16%-
XYZ25.5821.444.02-
YUV123.0175.52171.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=56.79%
G=33.95%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841103000.400.840.2831.1771.9641.96
HexB86E1E028541C1f482a
Octal27015636050124343711052
Binary101110001101110111100101000101010011100111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86e1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86e1e; }

 p { color: rgb(184,110,30); }

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

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

 a { background-color: rgb(184,110,30); }

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

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

 span { border-color: rgb(184,110,30); }

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