#B57726

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

Shades of Pirate Gold #B57726

Tints of Pirate Gold #B57726

Color information

#B57726 (or 0xB57726) is unknown color: approx Pirate Gold. HEX triplet: B5, 77 and 26. RGB value is (181,119,38). Sum of RGB (Red+Green+Blue) = 181+119+38=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B57726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57726 is #4A88D9. Grayscale: #808080. Windows color (decimal): -4884698 or 2521013. OLE color: 2521013.

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

Color convert

RGB18111938-
CMYK00.340.790.29
HSL33.99º65.3%42.94%-
HSV(B)33.99º79.01%70.98%-
XYZ2623.164.93-
YUV128.377.04165.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.55%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 38 (15.23% from 255) = 11.24%
R=53.55%
G=35.21%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811193800.340.790.2933.9965.342.94
HexB577260224F1D22412b
Octal26516746042117354210153
Binary10110101111011110011001000101001111111011000101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57726; }

 p { color: rgb(181,119,38); }

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

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

 a { background-color: rgb(181,119,38); }

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

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

 span { border-color: rgb(181,119,38); }

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