#B66A21

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

Shades of Pirate Gold #B66A21

Tints of Pirate Gold #B66A21

Color information

#B66A21 (or 0xB66A21) is unknown color: approx Pirate Gold. HEX triplet: B6, 6A and 21. RGB value is (182,106,33). Sum of RGB (Red+Green+Blue) = 182+106+33=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A21 is #4995DE. Grayscale: #787878. Windows color (decimal): -4822495 or 2190006. OLE color: 2190006.

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

Color convert

RGB18210633-
CMYK00.420.820.29
HSL29.4º69.3%42.16%-
HSV(B)29.4º81.87%71.37%-
XYZ24.7220.364.07-
YUV120.478.68171.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=56.70%
G=33.02%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821063300.420.820.2929.469.342.16
HexB66A2102A521D1d452a
Octal26615241052122353510552
Binary1011011011010101000010101010101001011101111011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A21; }

 p { color: rgb(182,106,33); }

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

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

 a { background-color: rgb(182,106,33); }

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

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

 span { border-color: rgb(182,106,33); }

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