#B17719

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

Shades of Pirate Gold #B17719

Tints of Pirate Gold #B17719

Color information

#B17719 (or 0xB17719) is unknown color: approx Pirate Gold. HEX triplet: B1, 77 and 19. RGB value is (177,119,25). Sum of RGB (Red+Green+Blue) = 177+119+25=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B17719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17719 is #4E88E6. Grayscale: #7E7E7E. Windows color (decimal): -5146855 or 1669041. OLE color: 1669041.

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

Color convert

RGB17711925-
CMYK00.330.860.31
HSL37.11º75.25%39.61%-
HSV(B)37.11º85.88%69.41%-
XYZ24.922.613.97-
YUV125.6371.22164.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 25 (10.16% from 255) = 7.79%
R=55.14%
G=37.07%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771192500.330.860.3137.1175.2539.61
HexB17719021561F254b28
Octal26116731041126374511350
Binary1011000111101111100101000011010110111111001011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17719; }

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

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

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

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

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

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

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

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