#b6681a

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

Shades of Pirate Gold #B6681A

Tints of Pirate Gold #B6681A

Color information

#B6681A (or 0xB6681A) is unknown color: approx Pirate Gold. HEX triplet: B6, 68 and 1A. RGB value is (182,104,26). Sum of RGB (Red+Green+Blue) = 182+104+26=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6681A is #4997E5. Grayscale: #767676. Windows color (decimal): -4823014 or 1730742. OLE color: 1730742.

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

Color convert

RGB18210426-
CMYK00.430.860.29
HSL30º75%40.78%-
HSV(B)30º85.71%71.37%-
XYZ24.4319.923.53-
YUV118.4375.84173.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 8.33%
R=58.33%
G=33.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821042600.430.860.29307540.78
HexB6681A02B561D1e4b29
Octal26615032053126353611351
Binary101101101101000110100101011101011011101111101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6681a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6681a; }

 p { color: rgb(182,104,26); }

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

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

 a { background-color: rgb(182,104,26); }

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

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

 span { border-color: rgb(182,104,26); }

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