#B47728

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

Shades of Pirate Gold #B47728

Tints of Pirate Gold #B47728

Color information

#B47728 (or 0xB47728) is unknown color: approx Pirate Gold. HEX triplet: B4, 77 and 28. RGB value is (180,119,40). Sum of RGB (Red+Green+Blue) = 180+119+40=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B47728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47728 is #4B88D7. Grayscale: #808080. Windows color (decimal): -4950232 or 2652084. OLE color: 2652084.

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

Color convert

RGB18011940-
CMYK00.340.780.29
HSL33.86º63.64%43.14%-
HSV(B)33.86º77.78%70.59%-
XYZ25.823.055.1-
YUV128.2378.21164.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 40 (16.02% from 255) = 11.80%
R=53.10%
G=35.10%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801194000.340.780.2933.8663.6443.14
HexB477280224E1D22402b
Octal26416750042116354210053
Binary10110100111011110100001000101001110111011000101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47728; }

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

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

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

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

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

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

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

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