#B56E1A

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

Shades of Pirate Gold #B56E1A

Tints of Pirate Gold #B56E1A

Color information

#B56E1A (or 0xB56E1A) is unknown color: approx Pirate Gold. HEX triplet: B5, 6E and 1A. RGB value is (181,110,26). Sum of RGB (Red+Green+Blue) = 181+110+26=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E1A is #4A91E5. Grayscale: #7A7A7A. Windows color (decimal): -4887014 or 1732277. OLE color: 1732277.

HSL color Cylindrical-coordinate representation of color #B56E1A: hue angle of 32.52º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B56E1A is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18111026-
CMYK00.390.860.29
HSL32.52º74.88%40.59%-
HSV(B)32.52º85.64%70.98%-
XYZ24.8221.053.73-
YUV121.6574.02170.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.10%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 26 (10.55% from 255) = 8.20%
R=57.10%
G=34.70%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811102600.390.860.2932.5274.8840.59
HexB56E1A027561D214b29
Octal26515632047126354111351
Binary1011010111011101101001001111010110111011000011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E1A; }

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

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

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

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

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

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

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

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