#B2661B

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

Shades of Pirate Gold #B2661B

Tints of Pirate Gold #B2661B

Color information

#B2661B (or 0xB2661B) is unknown color: approx Pirate Gold. HEX triplet: B2, 66 and 1B. RGB value is (178,102,27). Sum of RGB (Red+Green+Blue) = 178+102+27=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2661B is #4D99E4. Grayscale: #747474. Windows color (decimal): -5085669 or 1795762. OLE color: 1795762.

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

Color convert

RGB17810227-
CMYK00.430.850.30
HSL29.8º73.66%40.2%-
HSV(B)29.8º84.83%69.8%-
XYZ23.3119.053.48-
YUV116.1777.68172.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 27 (10.94% from 255) = 8.79%
R=57.98%
G=33.22%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781022700.430.850.3029.873.6640.2
HexB2661B02B551E1e4a28
Octal26214633053125363611250
Binary101100101100110110110101011101010111110111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2661B; }

 p { color: rgb(178,102,27); }

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

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

 a { background-color: rgb(178,102,27); }

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

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

 span { border-color: rgb(178,102,27); }

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