#B2741C

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

Shades of Pirate Gold #B2741C

Tints of Pirate Gold #B2741C

Color information

#B2741C (or 0xB2741C) is unknown color: approx Pirate Gold. HEX triplet: B2, 74 and 1C. RGB value is (178,116,28). Sum of RGB (Red+Green+Blue) = 178+116+28=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2741C is #4D8BE3. Grayscale: #7C7C7C. Windows color (decimal): -5082084 or 1864882. OLE color: 1864882.

HSL color Cylindrical-coordinate representation of color #B2741C: hue angle of 35.2º 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 #B2741C is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB17811628-
CMYK00.350.840.30
HSL35.2º72.82%40.39%-
HSV(B)35.2º84.27%69.8%-
XYZ24.8222.044.04-
YUV124.5173.54166.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 28 (11.33% from 255) = 8.70%
R=55.28%
G=36.02%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781162800.350.840.3035.272.8240.39
HexB2741C023541E234928
Octal26216434043124364311150
Binary1011001011101001110001000111010100111101000111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2741C; }

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

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

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

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

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

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

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

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