#B56C22

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

Shades of Pirate Gold #B56C22

Tints of Pirate Gold #B56C22

Color information

#B56C22 (or 0xB56C22) is unknown color: approx Pirate Gold. HEX triplet: B5, 6C and 22. RGB value is (181,108,34). Sum of RGB (Red+Green+Blue) = 181+108+34=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C22 is #4A93DD. Grayscale: #797979. Windows color (decimal): -4887518 or 2256053. OLE color: 2256053.

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

Color convert

RGB18110834-
CMYK00.400.810.29
HSL30.2º68.37%42.16%-
HSV(B)30.2º81.22%70.98%-
XYZ24.7120.664.2-
YUV121.3978.68170.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=56.04%
G=33.44%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811083400.400.810.2930.268.3742.16
HexB56C22028511D1e442a
Octal26515442050121353610452
Binary1011010111011001000100101000101000111101111101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C22; }

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

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

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

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

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

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

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

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