#BC7417

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

Shades of Pirate Gold #BC7417

Tints of Pirate Gold #BC7417

Color information

#BC7417 (or 0xBC7417) is unknown color: approx Pirate Gold. HEX triplet: BC, 74 and 17. RGB value is (188,116,23). Sum of RGB (Red+Green+Blue) = 188+116+23=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7417 is #438BE8. Grayscale: #7F7F7F. Windows color (decimal): -4426729 or 1537212. OLE color: 1537212.

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

Color convert

RGB18811623-
CMYK00.380.880.26
HSL33.82º78.2%41.37%-
HSV(B)33.82º87.77%73.73%-
XYZ27.1423.243.87-
YUV126.9369.35171.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.49%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 23 (9.38% from 255) = 7.03%
R=57.49%
G=35.47%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881162300.380.880.2633.8278.241.37
HexBC7417026581A224e29
Octal27416427046130324211651
Binary1011110011101001011101001101011000110101000101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7417; }

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

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

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

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

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

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

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

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