#B1741E

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

Shades of Pirate Gold #B1741E

Tints of Pirate Gold #B1741E

Color information

#B1741E (or 0xB1741E) is unknown color: approx Pirate Gold. HEX triplet: B1, 74 and 1E. RGB value is (177,116,30). Sum of RGB (Red+Green+Blue) = 177+116+30=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1741E is #4E8BE1. Grayscale: #7C7C7C. Windows color (decimal): -5147618 or 1995953. OLE color: 1995953.

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

Color convert

RGB17711630-
CMYK00.340.830.31
HSL35.1º71.01%40.59%-
HSV(B)35.1º83.05%69.41%-
XYZ24.6121.934.16-
YUV124.4374.71165.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=54.80%
G=35.91%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771163000.340.830.3135.171.0140.59
HexB1741E022531F234729
Octal26116436042123374310751
Binary1011000111101001111001000101010011111111000111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1741E; }

 p { color: rgb(177,116,30); }

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

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

 a { background-color: rgb(177,116,30); }

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

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

 span { border-color: rgb(177,116,30); }

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