#b57c23

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

Shades of Pirate Gold #B57C23

Tints of Pirate Gold #B57C23

Color information

#B57C23 (or 0xB57C23) is unknown color: approx Pirate Gold. HEX triplet: B5, 7C and 23. RGB value is (181,124,35). Sum of RGB (Red+Green+Blue) = 181+124+35=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57C23 is #4A83DC. Grayscale: #838383. Windows color (decimal): -4883421 or 2325685. OLE color: 2325685.

HSL color Cylindrical-coordinate representation of color #B57C23: hue angle of 36.58º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B57C23 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18112435-
CMYK00.310.810.29
HSL36.58º67.59%42.35%-
HSV(B)36.58º80.66%70.98%-
XYZ26.5724.364.89-
YUV130.973.88163.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.24%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 35 (14.06% from 255) = 10.29%
R=53.24%
G=36.47%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811243500.310.810.2936.5867.5942.35
HexB57C2301F511D25442a
Octal26517443037121354510452
Binary1011010111111001000110111111010001111011001011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57c23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57c23; }

 p { color: rgb(181,124,35); }

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

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

 a { background-color: rgb(181,124,35); }

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

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

 span { border-color: rgb(181,124,35); }

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