#B6742A

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

Shades of Pirate Gold #B6742A

Tints of Pirate Gold #B6742A

Color information

#B6742A (or 0xB6742A) is unknown color: approx Pirate Gold. HEX triplet: B6, 74 and 2A. RGB value is (182,116,42). Sum of RGB (Red+Green+Blue) = 182+116+42=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6742A is #498BD5. Grayscale: #7F7F7F. Windows color (decimal): -4819926 or 2782390. OLE color: 2782390.

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

Color convert

RGB18211642-
CMYK00.360.770.29
HSL31.71º62.5%43.92%-
HSV(B)31.71º76.92%71.37%-
XYZ25.9522.65.19-
YUV127.379.87167.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=53.53%
G=34.12%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821164200.360.770.2931.7162.543.92
HexB6742A0244D1D203e2c
Octal2661645204411535407654
Binary1011011011101001010100100100100110111101100000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6742A; }

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

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

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

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

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

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

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

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