#B1661A

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

Shades of Pirate Gold #B1661A

Tints of Pirate Gold #B1661A

Color information

#B1661A (or 0xB1661A) is unknown color: approx Pirate Gold. HEX triplet: B1, 66 and 1A. RGB value is (177,102,26). Sum of RGB (Red+Green+Blue) = 177+102+26=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1661A is #4E99E5. Grayscale: #747474. Windows color (decimal): -5151206 or 1730225. OLE color: 1730225.

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

Color convert

RGB17710226-
CMYK00.420.850.31
HSL30.2º74.38%39.8%-
HSV(B)30.2º85.31%69.41%-
XYZ23.0718.923.41-
YUV115.7677.35171.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.03%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=58.03%
G=33.44%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771022600.420.850.3130.274.3839.8
HexB1661A02A551F1e4a28
Octal26114632052125373611250
Binary101100011100110110100101010101010111111111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1661A; }

 p { color: rgb(177,102,26); }

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

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

 a { background-color: rgb(177,102,26); }

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

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

 span { border-color: rgb(177,102,26); }

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