#B47021

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

Shades of Pirate Gold #B47021

Tints of Pirate Gold #B47021

Color information

#B47021 (or 0xB47021) is unknown color: approx Pirate Gold. HEX triplet: B4, 70 and 21. RGB value is (180,112,33). Sum of RGB (Red+Green+Blue) = 180+112+33=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B47021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47021 is #4B8FDE. Grayscale: #7B7B7B. Windows color (decimal): -4952031 or 2191540. OLE color: 2191540.

HSL color Cylindrical-coordinate representation of color #B47021: hue angle of 32.24º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B47021 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18011233-
CMYK00.380.820.29
HSL32.24º69.01%41.76%-
HSV(B)32.24º81.67%70.59%-
XYZ24.8921.44.26-
YUV123.3377.03168.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 33 (13.28% from 255) = 10.15%
R=55.38%
G=34.46%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801123300.380.820.2932.2469.0141.76
HexB47021026521D20452a
Octal26416041046122354010552
Binary10110100111000010000101001101010010111011000001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47021; }

 p { color: rgb(180,112,33); }

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

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

 a { background-color: rgb(180,112,33); }

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

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

 span { border-color: rgb(180,112,33); }

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