#B66C14

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

Shades of Pirate Gold #B66C14

Tints of Pirate Gold #B66C14

Color information

#B66C14 (or 0xB66C14) is unknown color: approx Pirate Gold. HEX triplet: B6, 6C and 14. RGB value is (182,108,20). Sum of RGB (Red+Green+Blue) = 182+108+20=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66C14 is #4993EB. Grayscale: #787878. Windows color (decimal): -4821996 or 1338550. OLE color: 1338550.

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

Color convert

RGB18210820-
CMYK00.410.890.29
HSL32.59º80.2%39.61%-
HSV(B)32.59º89.01%71.37%-
XYZ24.7820.723.36-
YUV120.0971.52172.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 20 (8.20% from 255) = 6.45%
R=58.71%
G=34.84%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821082000.410.890.2932.5980.239.61
HexB66C14029591D215028
Octal26615424051131354112050
Binary1011011011011001010001010011011001111011000011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66C14; }

 p { color: rgb(182,108,20); }

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

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

 a { background-color: rgb(182,108,20); }

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

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

 span { border-color: rgb(182,108,20); }

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