#B26E1A

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

Shades of Pirate Gold #B26E1A

Tints of Pirate Gold #B26E1A

Color information

#B26E1A (or 0xB26E1A) is unknown color: approx Pirate Gold. HEX triplet: B2, 6E and 1A. RGB value is (178,110,26). Sum of RGB (Red+Green+Blue) = 178+110+26=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E1A is #4D91E5. Grayscale: #797979. Windows color (decimal): -5083622 or 1732274. OLE color: 1732274.

HSL color Cylindrical-coordinate representation of color #B26E1A: hue angle of 33.16º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B26E1A is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB17811026-
CMYK00.380.850.30
HSL33.16º74.51%40%-
HSV(B)33.16º85.39%69.8%-
XYZ24.1220.693.7-
YUV120.7674.53168.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 26 (10.55% from 255) = 8.28%
R=56.69%
G=35.03%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781102600.380.850.3033.1674.5140
HexB26E1A026551E214b28
Octal26215632046125364111350
Binary1011001011011101101001001101010101111101000011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E1A; }

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

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

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

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

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

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

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

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