#B47621

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

Shades of Pirate Gold #B47621

Tints of Pirate Gold #B47621

Color information

#B47621 (or 0xB47621) is unknown color: approx Pirate Gold. HEX triplet: B4, 76 and 21. RGB value is (180,118,33). Sum of RGB (Red+Green+Blue) = 180+118+33=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B47621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47621 is #4B89DE. Grayscale: #7F7F7F. Windows color (decimal): -4950495 or 2193076. OLE color: 2193076.

HSL color Cylindrical-coordinate representation of color #B47621: hue angle of 34.69º 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 #B47621 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18011833-
CMYK00.340.820.29
HSL34.69º69.01%41.76%-
HSV(B)34.69º81.67%70.59%-
XYZ25.5822.774.49-
YUV126.8575.04165.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 33 (13.28% from 255) = 9.97%
R=54.38%
G=35.65%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801183300.340.820.2934.6969.0141.76
HexB47621022521D23452a
Octal26416641042122354310552
Binary10110100111011010000101000101010010111011000111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47621; }

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

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

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

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

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

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

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

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