#B47027

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

Shades of Pirate Gold #B47027

Tints of Pirate Gold #B47027

Color information

#B47027 (or 0xB47027) is unknown color: approx Pirate Gold. HEX triplet: B4, 70 and 27. RGB value is (180,112,39). Sum of RGB (Red+Green+Blue) = 180+112+39=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B47027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47027 is #4B8FD8. Grayscale: #7C7C7C. Windows color (decimal): -4952025 or 2584756. OLE color: 2584756.

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

Color convert

RGB18011239-
CMYK00.380.780.29
HSL31.06º64.38%42.94%-
HSV(B)31.06º78.33%70.59%-
XYZ24.9821.444.74-
YUV124.0180.03167.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 39 (15.62% from 255) = 11.78%
R=54.38%
G=33.84%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801123900.380.780.2931.0664.3842.94
HexB470270264E1D1f402b
Octal26416047046116353710053
Binary1011010011100001001110100110100111011101111111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47027; }

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

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

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

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

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

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

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

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