#B3711A

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

Shades of Pirate Gold #B3711A

Tints of Pirate Gold #B3711A

Color information

#B3711A (or 0xB3711A) is unknown color: approx Pirate Gold. HEX triplet: B3, 71 and 1A. RGB value is (179,113,26). Sum of RGB (Red+Green+Blue) = 179+113+26=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B3711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3711A is #4C8EE5. Grayscale: #7B7B7B. Windows color (decimal): -5017318 or 1733043. OLE color: 1733043.

HSL color Cylindrical-coordinate representation of color #B3711A: hue angle of 34.12º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3711A is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB17911326-
CMYK00.370.850.30
HSL34.12º74.63%40.2%-
HSV(B)34.12º85.47%70.2%-
XYZ24.6821.473.82-
YUV122.8273.37168.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.29%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 26 (10.55% from 255) = 8.18%
R=56.29%
G=35.53%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791132600.370.850.3034.1274.6340.2
HexB3711A025551E224b28
Octal26316132045125364211350
Binary1011001111100011101001001011010101111101000101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3711A; }

 p { color: rgb(179,113,26); }

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

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

 a { background-color: rgb(179,113,26); }

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

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

 span { border-color: rgb(179,113,26); }

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