#B26E13

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

Shades of Pirate Gold #B26E13

Tints of Pirate Gold #B26E13

Color information

#B26E13 (or 0xB26E13) is unknown color: approx Pirate Gold. HEX triplet: B2, 6E and 13. RGB value is (178,110,19). Sum of RGB (Red+Green+Blue) = 178+110+19=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26E13 is #4D91EC. Grayscale: #787878. Windows color (decimal): -5083629 or 1273522. OLE color: 1273522.

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

Color convert

RGB17811019-
CMYK00.380.890.30
HSL34.34º80.71%38.63%-
HSV(B)34.34º89.33%69.8%-
XYZ24.0520.663.34-
YUV119.9671.03169.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 110 (43.36% from 255) = 35.83%
BLUE value IS 19 (7.81% from 255) = 6.19%
R=57.98%
G=35.83%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781101900.380.890.3034.3480.7138.63
HexB26E13026591E225127
Octal26215623046131364212147
Binary1011001011011101001101001101011001111101000101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E13; }

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

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

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

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

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

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

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

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