#B17327

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

Shades of Pirate Gold #B17327

Tints of Pirate Gold #B17327

Color information

#B17327 (or 0xB17327) is unknown color: approx Pirate Gold. HEX triplet: B1, 73 and 27. RGB value is (177,115,39). Sum of RGB (Red+Green+Blue) = 177+115+39=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B17327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17327 is #4E8CD8. Grayscale: #7D7D7D. Windows color (decimal): -5147865 or 2585521. OLE color: 2585521.

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

Color convert

RGB17711539-
CMYK00.350.780.31
HSL33.04º63.89%42.35%-
HSV(B)33.04º77.97%69.41%-
XYZ24.6321.764.82-
YUV124.8779.54165.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 39 (15.62% from 255) = 11.78%
R=53.47%
G=34.74%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771153900.350.780.3133.0463.8942.35
HexB173270234E1F21402a
Octal26116347043116374110052
Binary10110001111001110011101000111001110111111000011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17327; }

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

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

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

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

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

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

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

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