#B6762E

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

Shades of Pirate Gold #B6762E

Tints of Pirate Gold #B6762E

Color information

#B6762E (or 0xB6762E) is unknown color: approx Pirate Gold. HEX triplet: B6, 76 and 2E. RGB value is (182,118,46). Sum of RGB (Red+Green+Blue) = 182+118+46=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6762E is #4989D1. Grayscale: #818181. Windows color (decimal): -4819410 or 3045046. OLE color: 3045046.

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

Color convert

RGB18211846-
CMYK00.350.750.29
HSL31.76º59.65%44.71%-
HSV(B)31.76º74.73%71.37%-
XYZ26.2623.15.66-
YUV128.9381.2165.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 46 (18.36% from 255) = 13.29%
R=52.60%
G=34.10%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821184600.350.750.2931.7659.6544.71
HexB6762E0234B1D203c2d
Octal2661665604311335407455
Binary1011011011101101011100100011100101111101100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6762E; }

 p { color: rgb(182,118,46); }

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

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

 a { background-color: rgb(182,118,46); }

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

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

 span { border-color: rgb(182,118,46); }

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