#B7772E

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

Shades of Pirate Gold #B7772E

Tints of Pirate Gold #B7772E

Color information

#B7772E (or 0xB7772E) is unknown color: approx Pirate Gold. HEX triplet: B7, 77 and 2E. RGB value is (183,119,46). Sum of RGB (Red+Green+Blue) = 183+119+46=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7772E is #4888D1. Grayscale: #828282. Windows color (decimal): -4753618 or 3045303. OLE color: 3045303.

HSL color Cylindrical-coordinate representation of color #B7772E: hue angle of 31.97º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7772E is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18311946-
CMYK00.350.750.28
HSL31.97º59.83%44.9%-
HSV(B)31.97º74.86%71.76%-
XYZ26.6223.465.71-
YUV129.8180.7165.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.59%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=52.59%
G=34.20%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831194600.350.750.2831.9759.8344.9
HexB7772E0234B1C203c2d
Octal2671675604311334407455
Binary1011011111101111011100100011100101111100100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7772E; }

 p { color: rgb(183,119,46); }

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

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

 a { background-color: rgb(183,119,46); }

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

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

 span { border-color: rgb(183,119,46); }

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