#B87114

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

Shades of Pirate Gold #B87114

Tints of Pirate Gold #B87114

Color information

#B87114 (or 0xB87114) is unknown color: approx Pirate Gold. HEX triplet: B8, 71 and 14. RGB value is (184,113,20). Sum of RGB (Red+Green+Blue) = 184+113+20=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B87114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87114 is #478EEB. Grayscale: #7C7C7C. Windows color (decimal): -4689644 or 1339832. OLE color: 1339832.

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

Color convert

RGB18411320-
CMYK00.390.890.28
HSL34.02º80.39%40%-
HSV(B)34.02º89.13%72.16%-
XYZ25.822.053.56-
YUV123.6369.52171.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.04%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 20 (8.20% from 255) = 6.31%
R=58.04%
G=35.65%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841132000.390.890.2834.0280.3940
HexB87114027591C225028
Octal27016124047131344212050
Binary1011100011100011010001001111011001111001000101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87114; }

 p { color: rgb(184,113,20); }

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

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

 a { background-color: rgb(184,113,20); }

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

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

 span { border-color: rgb(184,113,20); }

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