#BC7E1A

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

Shades of Pirate Gold #BC7E1A

Tints of Pirate Gold #BC7E1A

Color information

#BC7E1A (or 0xBC7E1A) is unknown color: approx Pirate Gold. HEX triplet: BC, 7E and 1A. RGB value is (188,126,26). Sum of RGB (Red+Green+Blue) = 188+126+26=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E1A is #4381E5. Grayscale: #858585. Windows color (decimal): -4424166 or 1736380. OLE color: 1736380.

HSL color Cylindrical-coordinate representation of color #BC7E1A: hue angle of 37.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC7E1A is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB18812626-
CMYK00.330.860.26
HSL37.04º75.7%41.96%-
HSV(B)37.04º86.17%73.73%-
XYZ28.3925.694.44-
YUV133.1467.54167.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.29%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 26 (10.55% from 255) = 7.65%
R=55.29%
G=37.06%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881262600.330.860.2637.0475.741.96
HexBC7E1A021561A254c2a
Octal27417632041126324511452
Binary1011110011111101101001000011010110110101001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E1A; }

 p { color: rgb(188,126,26); }

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

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

 a { background-color: rgb(188,126,26); }

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

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

 span { border-color: rgb(188,126,26); }

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