#B57022

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

Shades of Pirate Gold #B57022

Tints of Pirate Gold #B57022

Color information

#B57022 (or 0xB57022) is unknown color: approx Pirate Gold. HEX triplet: B5, 70 and 22. RGB value is (181,112,34). Sum of RGB (Red+Green+Blue) = 181+112+34=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B57022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57022 is #4A8FDD. Grayscale: #7C7C7C. Windows color (decimal): -4886494 or 2257077. OLE color: 2257077.

HSL color Cylindrical-coordinate representation of color #B57022: hue angle of 31.84º 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 #B57022 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB18111234-
CMYK00.380.810.29
HSL31.84º68.37%42.16%-
HSV(B)31.84º81.22%70.98%-
XYZ25.1421.534.34-
YUV123.7477.36168.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 34 (13.67% from 255) = 10.40%
R=55.35%
G=34.25%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811123400.380.810.2931.8468.3742.16
HexB57022026511D20442a
Octal26516042046121354010452
Binary10110101111000010001001001101010001111011000001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57022; }

 p { color: rgb(181,112,34); }

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

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

 a { background-color: rgb(181,112,34); }

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

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

 span { border-color: rgb(181,112,34); }

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