#B4742C

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

Shades of Pirate Gold #B4742C

Tints of Pirate Gold #B4742C

Color information

#B4742C (or 0xB4742C) is unknown color: approx Pirate Gold. HEX triplet: B4, 74 and 2C. RGB value is (180,116,44). Sum of RGB (Red+Green+Blue) = 180+116+44=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4742C is #4B8BD3. Grayscale: #7F7F7F. Windows color (decimal): -4950996 or 2913460. OLE color: 2913460.

HSL color Cylindrical-coordinate representation of color #B4742C: hue angle of 31.76º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4742C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18011644-
CMYK00.360.760.29
HSL31.76º60.71%43.92%-
HSV(B)31.76º75.56%70.59%-
XYZ25.5222.385.36-
YUV126.9381.2165.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 44 (17.58% from 255) = 12.94%
R=52.94%
G=34.12%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801164400.360.760.2931.7660.7143.92
HexB4742C0244C1D203d2c
Octal2641645404411435407554
Binary1011010011101001011000100100100110011101100000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4742C; }

 p { color: rgb(180,116,44); }

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

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

 a { background-color: rgb(180,116,44); }

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

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

 span { border-color: rgb(180,116,44); }

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