#B37321

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

Shades of Pirate Gold #B37321

Tints of Pirate Gold #B37321

Color information

#B37321 (or 0xB37321) is unknown color: approx Pirate Gold. HEX triplet: B3, 73 and 21. RGB value is (179,115,33). Sum of RGB (Red+Green+Blue) = 179+115+33=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B37321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37321 is #4C8CDE. Grayscale: #7D7D7D. Windows color (decimal): -5016799 or 2192307. OLE color: 2192307.

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

Color convert

RGB17911533-
CMYK00.360.820.30
HSL33.7º68.87%41.57%-
HSV(B)33.7º81.56%70.2%-
XYZ2521.954.36-
YUV124.7976.2166.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 33 (13.28% from 255) = 10.09%
R=54.74%
G=35.17%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791153300.360.820.3033.768.8741.57
HexB37321024521E22452a
Octal26316341044122364210552
Binary10110011111001110000101001001010010111101000101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37321; }

 p { color: rgb(179,115,33); }

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

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

 a { background-color: rgb(179,115,33); }

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

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

 span { border-color: rgb(179,115,33); }

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