#B56F1A

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

Shades of Pirate Gold #B56F1A

Tints of Pirate Gold #B56F1A

Color information

#B56F1A (or 0xB56F1A) is unknown color: approx Pirate Gold. HEX triplet: B5, 6F and 1A. RGB value is (181,111,26). Sum of RGB (Red+Green+Blue) = 181+111+26=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56F1A is #4A90E5. Grayscale: #7A7A7A. Windows color (decimal): -4886758 or 1732533. OLE color: 1732533.

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

Color convert

RGB18111126-
CMYK00.390.860.29
HSL32.9º74.88%40.59%-
HSV(B)32.9º85.64%70.98%-
XYZ24.9321.273.77-
YUV122.2473.69169.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 26 (10.55% from 255) = 8.18%
R=56.92%
G=34.91%
B=8.18%

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
Decimal1811112600.390.860.2932.974.8840.59
HexB56F1A027561D214b29
Octal26515732047126354111351
Binary1011010111011111101001001111010110111011000011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F1A; }

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

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

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

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

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

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

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

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