#BC7216

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

Shades of Pirate Gold #BC7216

Tints of Pirate Gold #BC7216

Color information

#BC7216 (or 0xBC7216) is unknown color: approx Pirate Gold. HEX triplet: BC, 72 and 16. RGB value is (188,114,22). Sum of RGB (Red+Green+Blue) = 188+114+22=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7216 is #438DE9. Grayscale: #7E7E7E. Windows color (decimal): -4427242 or 1471164. OLE color: 1471164.

HSL color Cylindrical-coordinate representation of color #BC7216: hue angle of 33.25º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC7216 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB18811422-
CMYK00.390.880.26
HSL33.25º79.05%41.18%-
HSV(B)33.25º88.3%73.73%-
XYZ26.922.783.74-
YUV125.6469.52172.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.02%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 22 (8.98% from 255) = 6.79%
R=58.02%
G=35.19%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881142200.390.880.2633.2579.0541.18
HexBC7216027581A214f29
Octal27416226047130324111751
Binary1011110011100101011001001111011000110101000011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7216; }

 p { color: rgb(188,114,22); }

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

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

 a { background-color: rgb(188,114,22); }

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

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

 span { border-color: rgb(188,114,22); }

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