#B2771C

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

Shades of Pirate Gold #B2771C

Tints of Pirate Gold #B2771C

Color information

#B2771C (or 0xB2771C) is unknown color: approx Pirate Gold. HEX triplet: B2, 77 and 1C. RGB value is (178,119,28). Sum of RGB (Red+Green+Blue) = 178+119+28=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2771C is #4D88E3. Grayscale: #7E7E7E. Windows color (decimal): -5081316 or 1865650. OLE color: 1865650.

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

Color convert

RGB17811928-
CMYK00.330.840.30
HSL36.4º72.82%40.39%-
HSV(B)36.4º84.27%69.8%-
XYZ25.1722.744.16-
YUV126.2772.55164.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 28 (11.33% from 255) = 8.62%
R=54.77%
G=36.62%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781192800.330.840.3036.472.8240.39
HexB2771C021541E244928
Octal26216734041124364411150
Binary1011001011101111110001000011010100111101001001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2771C; }

 p { color: rgb(178,119,28); }

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

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

 a { background-color: rgb(178,119,28); }

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

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

 span { border-color: rgb(178,119,28); }

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