#B1681D

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

Shades of Pirate Gold #B1681D

Tints of Pirate Gold #B1681D

Color information

#B1681D (or 0xB1681D) is unknown color: approx Pirate Gold. HEX triplet: B1, 68 and 1D. RGB value is (177,104,29). Sum of RGB (Red+Green+Blue) = 177+104+29=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1681D is #4E97E2. Grayscale: #757575. Windows color (decimal): -5150691 or 1927345. OLE color: 1927345.

HSL color Cylindrical-coordinate representation of color #B1681D: hue angle of 30.41º degrees, saturation: 0.72, 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 #B1681D is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB17710429-
CMYK00.410.840.31
HSL30.41º71.84%40.39%-
HSV(B)30.41º83.62%69.41%-
XYZ23.319.343.67-
YUV117.2878.18170.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 29 (11.72% from 255) = 9.35%
R=57.10%
G=33.55%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771042900.410.840.3130.4171.8440.39
HexB1681D029541F1e4828
Octal26115035051124373611050
Binary101100011101000111010101001101010011111111101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1681D; }

 p { color: rgb(177,104,29); }

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

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

 a { background-color: rgb(177,104,29); }

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

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

 span { border-color: rgb(177,104,29); }

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