#B37226

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

Shades of Pirate Gold #B37226

Tints of Pirate Gold #B37226

Color information

#B37226 (or 0xB37226) is unknown color: approx Pirate Gold. HEX triplet: B3, 72 and 26. RGB value is (179,114,38). Sum of RGB (Red+Green+Blue) = 179+114+38=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B37226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37226 is #4C8DD9. Grayscale: #7D7D7D. Windows color (decimal): -5017050 or 2519731. OLE color: 2519731.

HSL color Cylindrical-coordinate representation of color #B37226: hue angle of 32.34º 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 #B37226 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17911438-
CMYK00.360.790.30
HSL32.34º64.98%42.55%-
HSV(B)32.34º78.77%70.2%-
XYZ24.9621.764.72-
YUV124.7779.03166.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.08%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 38 (15.23% from 255) = 11.48%
R=54.08%
G=34.44%
B=11.48%

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
Decimal1791143800.360.790.3032.3464.9842.55
HexB372260244F1E20412b
Octal26316246044117364010153
Binary10110011111001010011001001001001111111101000001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37226; }

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

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

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

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

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

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

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

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