#B57425

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

Shades of Pirate Gold #B57425

Tints of Pirate Gold #B57425

Color information

#B57425 (or 0xB57425) is unknown color: approx Pirate Gold. HEX triplet: B5, 74 and 25. RGB value is (181,116,37). Sum of RGB (Red+Green+Blue) = 181+116+37=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B57425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57425 is #4A8BDA. Grayscale: #7E7E7E. Windows color (decimal): -4885467 or 2454709. OLE color: 2454709.

HSL color Cylindrical-coordinate representation of color #B57425: hue angle of 32.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B57425 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18111637-
CMYK00.360.800.29
HSL32.92º66.06%42.75%-
HSV(B)32.92º79.56%70.98%-
XYZ25.6422.454.73-
YUV126.4377.53166.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 37 (14.84% from 255) = 11.08%
R=54.19%
G=34.73%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811163700.360.800.2932.9266.0642.75
HexB57425024501D21422b
Octal26516445044120354110253
Binary10110101111010010010101001001010000111011000011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57425; }

 p { color: rgb(181,116,37); }

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

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

 a { background-color: rgb(181,116,37); }

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

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

 span { border-color: rgb(181,116,37); }

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