#BC7217

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

Shades of Pirate Gold #BC7217

Tints of Pirate Gold #BC7217

Color information

#BC7217 (or 0xBC7217) is unknown color: approx Pirate Gold. HEX triplet: BC, 72 and 17. RGB value is (188,114,23). Sum of RGB (Red+Green+Blue) = 188+114+23=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7217 is #438DE8. Grayscale: #7E7E7E. Windows color (decimal): -4427241 or 1536700. OLE color: 1536700.

HSL color Cylindrical-coordinate representation of color #BC7217: hue angle of 33.09º degrees, saturation: 0.78, 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 #BC7217 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB18811423-
CMYK00.390.880.26
HSL33.09º78.2%41.37%-
HSV(B)33.09º87.77%73.73%-
XYZ26.9122.793.79-
YUV125.7570.02172.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.85%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 23 (9.38% from 255) = 7.08%
R=57.85%
G=35.08%
B=7.08%

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
Decimal1881142300.390.880.2633.0978.241.37
HexBC7217027581A214e29
Octal27416227047130324111651
Binary1011110011100101011101001111011000110101000011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7217; }

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

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

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

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

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

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

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

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