#B26A16

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

Shades of Pirate Gold #B26A16

Tints of Pirate Gold #B26A16

Color information

#B26A16 (or 0xB26A16) is unknown color: approx Pirate Gold. HEX triplet: B2, 6A and 16. RGB value is (178,106,22). Sum of RGB (Red+Green+Blue) = 178+106+22=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26A16 is #4D95E9. Grayscale: #767676. Windows color (decimal): -5084650 or 1469106. OLE color: 1469106.

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

Color convert

RGB17810622-
CMYK00.400.880.30
HSL32.31º78%39.22%-
HSV(B)32.31º87.64%69.8%-
XYZ23.6619.833.34-
YUV117.9573.85170.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.17%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 22 (8.98% from 255) = 7.19%
R=58.17%
G=34.64%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781062200.400.880.3032.317839.22
HexB26A16028581E204e27
Octal26215226050130364011647
Binary1011001011010101011001010001011000111101000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A16; }

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

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

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

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

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

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

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

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