#B57317

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

Shades of Pirate Gold #B57317

Tints of Pirate Gold #B57317

Color information

#B57317 (or 0xB57317) is unknown color: approx Pirate Gold. HEX triplet: B5, 73 and 17. RGB value is (181,115,23). Sum of RGB (Red+Green+Blue) = 181+115+23=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B57317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57317 is #4A8CE8. Grayscale: #7C7C7C. Windows color (decimal): -4885737 or 1536949. OLE color: 1536949.

HSL color Cylindrical-coordinate representation of color #B57317: hue angle of 34.94º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B57317 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18111523-
CMYK00.360.870.29
HSL34.94º77.45%40%-
HSV(B)34.94º87.29%70.98%-
XYZ25.3422.153.75-
YUV124.2570.87168.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 23 (9.38% from 255) = 7.21%
R=56.74%
G=36.05%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811152300.360.870.2934.9477.4540
HexB57317024571D234d28
Octal26516327044127354311550
Binary1011010111100111011101001001010111111011000111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57317; }

 p { color: rgb(181,115,23); }

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

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

 a { background-color: rgb(181,115,23); }

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

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

 span { border-color: rgb(181,115,23); }

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