#B4711E

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

Shades of Pirate Gold #B4711E

Tints of Pirate Gold #B4711E

Color information

#B4711E (or 0xB4711E) is unknown color: approx Pirate Gold. HEX triplet: B4, 71 and 1E. RGB value is (180,113,30). Sum of RGB (Red+Green+Blue) = 180+113+30=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4711E is #4B8EE1. Grayscale: #7B7B7B. Windows color (decimal): -4951778 or 1995188. OLE color: 1995188.

HSL color Cylindrical-coordinate representation of color #B4711E: hue angle of 33.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4711E is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18011330-
CMYK00.370.830.29
HSL33.2º71.43%41.18%-
HSV(B)33.2º83.33%70.59%-
XYZ24.9621.614.08-
YUV123.5775.2168.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=55.73%
G=34.98%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801133000.370.830.2933.271.4341.18
HexB4711E025531D214729
Octal26416136045123354110751
Binary1011010011100011111001001011010011111011000011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4711E; }

 p { color: rgb(180,113,30); }

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

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

 a { background-color: rgb(180,113,30); }

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

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

 span { border-color: rgb(180,113,30); }

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