#B66718

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

Shades of Pirate Gold #B66718

Tints of Pirate Gold #B66718

Color information

#B66718 (or 0xB66718) is unknown color: approx Pirate Gold. HEX triplet: B6, 67 and 18. RGB value is (182,103,24). Sum of RGB (Red+Green+Blue) = 182+103+24=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B66718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66718 is #4998E7. Grayscale: #767676. Windows color (decimal): -4823272 or 1599414. OLE color: 1599414.

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

Color convert

RGB18210324-
CMYK00.430.870.29
HSL30º76.7%40.39%-
HSV(B)30º86.81%71.37%-
XYZ24.3119.713.39-
YUV117.6275.17173.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 7.77%
R=58.90%
G=33.33%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821032400.430.870.293076.740.39
HexB6671802B571D1e4d28
Octal26614730053127353611550
Binary101101101100111110000101011101011111101111101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66718; }

 p { color: rgb(182,103,24); }

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

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

 a { background-color: rgb(182,103,24); }

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

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

 span { border-color: rgb(182,103,24); }

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