#b66e18

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

Shades of Pirate Gold #B66E18

Tints of Pirate Gold #B66E18

Color information

#B66E18 (or 0xB66E18) is unknown color: approx Pirate Gold. HEX triplet: B6, 6E and 18. RGB value is (182,110,24). Sum of RGB (Red+Green+Blue) = 182+110+24=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66E18 is #4991E7. Grayscale: #7A7A7A. Windows color (decimal): -4821480 or 1601206. OLE color: 1601206.

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

Color convert

RGB18211024-
CMYK00.400.870.29
HSL32.66º76.7%40.39%-
HSV(B)32.66º86.81%71.37%-
XYZ25.0321.163.63-
YUV121.7272.85170.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.59%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 24 (9.77% from 255) = 7.59%
R=57.59%
G=34.81%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821102400.400.870.2932.6676.740.39
HexB66E18028571D214d28
Octal26615630050127354111550
Binary1011011011011101100001010001010111111011000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66e18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66e18; }

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

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

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

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

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

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

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

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