#B66C21

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

Shades of Pirate Gold #B66C21

Tints of Pirate Gold #B66C21

Color information

#B66C21 (or 0xB66C21) is unknown color: approx Pirate Gold. HEX triplet: B6, 6C and 21. RGB value is (182,108,33). Sum of RGB (Red+Green+Blue) = 182+108+33=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C21 is #4993DE. Grayscale: #797979. Windows color (decimal): -4821983 or 2190518. OLE color: 2190518.

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

Color convert

RGB18210833-
CMYK00.410.820.29
HSL30.2º69.3%42.16%-
HSV(B)30.2º81.87%71.37%-
XYZ24.9320.784.14-
YUV121.5878.02171.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 33 (13.28% from 255) = 10.22%
R=56.35%
G=33.44%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821083300.410.820.2930.269.342.16
HexB66C21029521D1e452a
Octal26615441051122353610552
Binary1011011011011001000010101001101001011101111101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66C21; }

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

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

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

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

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

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

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

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