#B1711C

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

Shades of Pirate Gold #B1711C

Tints of Pirate Gold #B1711C

Color information

#B1711C (or 0xB1711C) is unknown color: approx Pirate Gold. HEX triplet: B1, 71 and 1C. RGB value is (177,113,28). Sum of RGB (Red+Green+Blue) = 177+113+28=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1711C is #4E8EE3. Grayscale: #7A7A7A. Windows color (decimal): -5148388 or 1864113. OLE color: 1864113.

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

Color convert

RGB17711328-
CMYK00.360.840.31
HSL34.23º72.68%40.2%-
HSV(B)34.23º84.18%69.41%-
XYZ24.2521.243.92-
YUV122.4574.7166.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 28 (11.33% from 255) = 8.81%
R=55.66%
G=35.53%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771132800.360.840.3134.2372.6840.2
HexB1711C024541F224928
Octal26116134044124374211150
Binary1011000111100011110001001001010100111111000101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1711C; }

 p { color: rgb(177,113,28); }

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

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

 a { background-color: rgb(177,113,28); }

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

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

 span { border-color: rgb(177,113,28); }

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