#B47717

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

Shades of Pirate Gold #B47717

Tints of Pirate Gold #B47717

Color information

#B47717 (or 0xB47717) is unknown color: approx Pirate Gold. HEX triplet: B4, 77 and 17. RGB value is (180,119,23). Sum of RGB (Red+Green+Blue) = 180+119+23=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B47717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47717 is #4B88E8. Grayscale: #7E7E7E. Windows color (decimal): -4950249 or 1537972. OLE color: 1537972.

HSL color Cylindrical-coordinate representation of color #B47717: hue angle of 36.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B47717 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18011923-
CMYK00.340.870.29
HSL36.69º77.34%39.8%-
HSV(B)36.69º87.22%70.59%-
XYZ25.5722.963.89-
YUV126.369.71166.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 23 (9.38% from 255) = 7.14%
R=55.90%
G=36.96%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801192300.340.870.2936.6977.3439.8
HexB47717022571D254d28
Octal26416727042127354511550
Binary1011010011101111011101000101010111111011001011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47717; }

 p { color: rgb(180,119,23); }

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

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

 a { background-color: rgb(180,119,23); }

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

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

 span { border-color: rgb(180,119,23); }

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