#b17326

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

Shades of Pirate Gold #B17326

Tints of Pirate Gold #B17326

Color information

#B17326 (or 0xB17326) is unknown color: approx Pirate Gold. HEX triplet: B1, 73 and 26. RGB value is (177,115,38). Sum of RGB (Red+Green+Blue) = 177+115+38=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B17326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17326 is #4E8CD9. Grayscale: #7D7D7D. Windows color (decimal): -5147866 or 2519985. OLE color: 2519985.

HSL color Cylindrical-coordinate representation of color #B17326: hue angle of 33.24º 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 #B17326 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17711538-
CMYK00.350.790.31
HSL33.24º64.65%42.16%-
HSV(B)33.24º78.53%69.41%-
XYZ24.6121.754.73-
YUV124.7679.04165.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 38 (15.23% from 255) = 11.52%
R=53.64%
G=34.85%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771153800.350.790.3133.2464.6542.16
HexB173260234F1F21412a
Octal26116346043117374110152
Binary10110001111001110011001000111001111111111000011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b17326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b17326; }

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

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

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

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

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

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

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

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