#B56E22

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

Shades of Pirate Gold #B56E22

Tints of Pirate Gold #B56E22

Color information

#B56E22 (or 0xB56E22) is unknown color: approx Pirate Gold. HEX triplet: B5, 6E and 22. RGB value is (181,110,34). Sum of RGB (Red+Green+Blue) = 181+110+34=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E22 is #4A91DD. Grayscale: #7A7A7A. Windows color (decimal): -4887006 or 2256565. OLE color: 2256565.

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

Color convert

RGB18111034-
CMYK00.390.810.29
HSL31.02º68.37%42.16%-
HSV(B)31.02º81.22%70.98%-
XYZ24.9221.094.27-
YUV122.5678.02169.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 34 (13.67% from 255) = 10.46%
R=55.69%
G=33.85%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811103400.390.810.2931.0268.3742.16
HexB56E22027511D1f442a
Octal26515642047121353710452
Binary1011010111011101000100100111101000111101111111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E22; }

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

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

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

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

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

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

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

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