#B37326

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

Shades of Pirate Gold #B37326

Tints of Pirate Gold #B37326

Color information

#B37326 (or 0xB37326) is unknown color: approx Pirate Gold. HEX triplet: B3, 73 and 26. RGB value is (179,115,38). Sum of RGB (Red+Green+Blue) = 179+115+38=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B37326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37326 is #4C8CD9. Grayscale: #7D7D7D. Windows color (decimal): -5016794 or 2519987. OLE color: 2519987.

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

Color convert

RGB17911538-
CMYK00.360.790.30
HSL32.77º64.98%42.55%-
HSV(B)32.77º78.77%70.2%-
XYZ25.0721.994.76-
YUV125.3678.7166.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 38 (15.23% from 255) = 11.45%
R=53.92%
G=34.64%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791153800.360.790.3032.7764.9842.55
HexB373260244F1E21412b
Octal26316346044117364110153
Binary10110011111001110011001001001001111111101000011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37326; }

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

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

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

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

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

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

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

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