#B47328

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

Shades of Pirate Gold #B47328

Tints of Pirate Gold #B47328

Color information

#B47328 (or 0xB47328) is unknown color: approx Pirate Gold. HEX triplet: B4, 73 and 28. RGB value is (180,115,40). Sum of RGB (Red+Green+Blue) = 180+115+40=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B47328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47328 is #4B8CD7. Grayscale: #7E7E7E. Windows color (decimal): -4951256 or 2651060. OLE color: 2651060.

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

Color convert

RGB18011540-
CMYK00.360.780.29
HSL32.14º63.64%43.14%-
HSV(B)32.14º77.78%70.59%-
XYZ25.3422.124.94-
YUV125.8879.53166.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.73%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 40 (16.02% from 255) = 11.94%
R=53.73%
G=34.33%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801154000.360.780.2932.1463.6443.14
HexB473280244E1D20402b
Octal26416350044116354010053
Binary10110100111001110100001001001001110111011000001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47328; }

 p { color: rgb(180,115,40); }

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

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

 a { background-color: rgb(180,115,40); }

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

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

 span { border-color: rgb(180,115,40); }

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