#B17722

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

Shades of Pirate Gold #B17722

Tints of Pirate Gold #B17722

Color information

#B17722 (or 0xB17722) is unknown color: approx Pirate Gold. HEX triplet: B1, 77 and 22. RGB value is (177,119,34). Sum of RGB (Red+Green+Blue) = 177+119+34=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B17722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17722 is #4E88DD. Grayscale: #7F7F7F. Windows color (decimal): -5146846 or 2258865. OLE color: 2258865.

HSL color Cylindrical-coordinate representation of color #B17722: hue angle of 35.66º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B17722 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB17711934-
CMYK00.330.810.31
HSL35.66º67.77%41.37%-
HSV(B)35.66º80.79%69.41%-
XYZ25.0222.664.57-
YUV126.6575.72163.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 34 (13.67% from 255) = 10.30%
R=53.64%
G=36.06%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771193400.330.810.3135.6667.7741.37
HexB17722021511F244429
Octal26116742041121374410451
Binary10110001111011110001001000011010001111111001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17722; }

 p { color: rgb(177,119,34); }

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

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

 a { background-color: rgb(177,119,34); }

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

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

 span { border-color: rgb(177,119,34); }

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