#B17026

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

Shades of Pirate Gold #B17026

Tints of Pirate Gold #B17026

Color information

#B17026 (or 0xB17026) is unknown color: approx Pirate Gold. HEX triplet: B1, 70 and 26. RGB value is (177,112,38). Sum of RGB (Red+Green+Blue) = 177+112+38=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B17026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17026 is #4E8FD9. Grayscale: #7B7B7B. Windows color (decimal): -5148634 or 2519217. OLE color: 2519217.

HSL color Cylindrical-coordinate representation of color #B17026: hue angle of 31.94º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B17026 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17711238-
CMYK00.370.790.31
HSL31.94º64.65%42.16%-
HSV(B)31.94º78.53%69.41%-
XYZ24.2821.084.62-
YUV12380.03166.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 38 (15.23% from 255) = 11.62%
R=54.13%
G=34.25%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771123800.370.790.3131.9464.6542.16
HexB170260254F1F20412a
Octal26116046045117374010152
Binary10110001111000010011001001011001111111111000001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17026; }

 p { color: rgb(177,112,38); }

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

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

 a { background-color: rgb(177,112,38); }

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

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

 span { border-color: rgb(177,112,38); }

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