#B6772A

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

Shades of Pirate Gold #B6772A

Tints of Pirate Gold #B6772A

Color information

#B6772A (or 0xB6772A) is unknown color: approx Pirate Gold. HEX triplet: B6, 77 and 2A. RGB value is (182,119,42). Sum of RGB (Red+Green+Blue) = 182+119+42=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6772A is #4988D5. Grayscale: #818181. Windows color (decimal): -4819158 or 2783158. OLE color: 2783158.

HSL color Cylindrical-coordinate representation of color #B6772A: hue angle of 33º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6772A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18211942-
CMYK00.350.770.29
HSL33º62.5%43.92%-
HSV(B)33º76.92%71.37%-
XYZ26.3123.315.3-
YUV129.0678.87165.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.06%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=53.06%
G=34.69%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821194200.350.770.293362.543.92
HexB6772A0234D1D213e2c
Octal2661675204311535417654
Binary1011011011101111010100100011100110111101100001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6772A; }

 p { color: rgb(182,119,42); }

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

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

 a { background-color: rgb(182,119,42); }

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

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

 span { border-color: rgb(182,119,42); }

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