#BC7317

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

Shades of Pirate Gold #BC7317

Tints of Pirate Gold #BC7317

Color information

#BC7317 (or 0xBC7317) is unknown color: approx Pirate Gold. HEX triplet: BC, 73 and 17. RGB value is (188,115,23). Sum of RGB (Red+Green+Blue) = 188+115+23=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7317 is #438CE8. Grayscale: #7E7E7E. Windows color (decimal): -4426985 or 1536956. OLE color: 1536956.

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

Color convert

RGB18811523-
CMYK00.390.880.26
HSL33.45º78.2%41.37%-
HSV(B)33.45º87.77%73.73%-
XYZ27.0223.013.83-
YUV126.3469.68171.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 23 (9.38% from 255) = 7.06%
R=57.67%
G=35.28%
B=7.06%

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
Decimal1881152300.390.880.2633.4578.241.37
HexBC7317027581A214e29
Octal27416327047130324111651
Binary1011110011100111011101001111011000110101000011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7317; }

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

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

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

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

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

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

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

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