#B26A1E

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

Shades of Pirate Gold #B26A1E

Tints of Pirate Gold #B26A1E

Color information

#B26A1E (or 0xB26A1E) is unknown color: approx Pirate Gold. HEX triplet: B2, 6A and 1E. RGB value is (178,106,30). Sum of RGB (Red+Green+Blue) = 178+106+30=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A1E is #4D95E1. Grayscale: #777777. Windows color (decimal): -5084642 or 1993394. OLE color: 1993394.

HSL color Cylindrical-coordinate representation of color #B26A1E: hue angle of 30.81º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B26A1E is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17810630-
CMYK00.400.830.30
HSL30.81º71.15%40.78%-
HSV(B)30.81º83.15%69.8%-
XYZ23.7519.873.81-
YUV118.8677.85170.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=56.69%
G=33.76%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781063000.400.830.3030.8171.1540.78
HexB26A1E028531E1f4729
Octal26215236050123363710751
Binary101100101101010111100101000101001111110111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A1E; }

 p { color: rgb(178,106,30); }

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

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

 a { background-color: rgb(178,106,30); }

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

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

 span { border-color: rgb(178,106,30); }

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