#B66D12

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

Shades of Pirate Gold #B66D12

Tints of Pirate Gold #B66D12

Color information

#B66D12 (or 0xB66D12) is unknown color: approx Pirate Gold. HEX triplet: B6, 6D and 12. RGB value is (182,109,18). Sum of RGB (Red+Green+Blue) = 182+109+18=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66D12 is #4992ED. Grayscale: #787878. Windows color (decimal): -4821742 or 1207734. OLE color: 1207734.

HSL color Cylindrical-coordinate representation of color #B66D12: hue angle of 33.29º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B66D12 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18210918-
CMYK00.400.900.29
HSL33.29º82%39.22%-
HSV(B)33.29º90.11%71.37%-
XYZ24.8720.933.3-
YUV120.4570.18171.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=58.90%
G=35.28%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821091800.400.900.2933.298239.22
HexB66D120285A1D215227
Octal26615522050132354112247
Binary1011011011011011001001010001011010111011000011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D12; }

 p { color: rgb(182,109,18); }

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

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

 a { background-color: rgb(182,109,18); }

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

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

 span { border-color: rgb(182,109,18); }

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