#B37229

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

Shades of Pirate Gold #B37229

Tints of Pirate Gold #B37229

Color information

#B37229 (or 0xB37229) is unknown color: approx Pirate Gold. HEX triplet: B3, 72 and 29. RGB value is (179,114,41). Sum of RGB (Red+Green+Blue) = 179+114+41=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B37229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37229 is #4C8DD6. Grayscale: #7D7D7D. Windows color (decimal): -5017047 or 2716339. OLE color: 2716339.

HSL color Cylindrical-coordinate representation of color #B37229: hue angle of 31.74º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B37229 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17911441-
CMYK00.360.770.30
HSL31.74º62.73%43.14%-
HSV(B)31.74º77.09%70.2%-
XYZ25.0121.784.98-
YUV125.1180.53166.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 41 (16.41% from 255) = 12.28%
R=53.59%
G=34.13%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791144100.360.770.3031.7462.7343.14
HexB372290244D1E203f2b
Octal2631625104411536407753
Binary1011001111100101010010100100100110111110100000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37229; }

 p { color: rgb(179,114,41); }

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

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

 a { background-color: rgb(179,114,41); }

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

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

 span { border-color: rgb(179,114,41); }

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