#B6762D

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

Shades of Pirate Gold #B6762D

Tints of Pirate Gold #B6762D

Color information

#B6762D (or 0xB6762D) is unknown color: approx Pirate Gold. HEX triplet: B6, 76 and 2D. RGB value is (182,118,45). Sum of RGB (Red+Green+Blue) = 182+118+45=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6762D is #4989D2. Grayscale: #818181. Windows color (decimal): -4819411 or 2979510. OLE color: 2979510.

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

Color convert

RGB18211845-
CMYK00.350.750.29
HSL31.97º60.35%44.51%-
HSV(B)31.97º75.27%71.37%-
XYZ26.2423.095.56-
YUV128.8180.7165.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 45 (17.97% from 255) = 13.04%
R=52.75%
G=34.20%
B=13.04%

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
Decimal1821184500.350.750.2931.9760.3544.51
HexB6762D0234B1D203c2d
Octal2661665504311335407455
Binary1011011011101101011010100011100101111101100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6762D; }

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

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

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

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

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

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

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

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