#BC741A

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

Shades of Pirate Gold #BC741A

Tints of Pirate Gold #BC741A

Color information

#BC741A (or 0xBC741A) is unknown color: approx Pirate Gold. HEX triplet: BC, 74 and 1A. RGB value is (188,116,26). Sum of RGB (Red+Green+Blue) = 188+116+26=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC741A is #438BE5. Grayscale: #7F7F7F. Windows color (decimal): -4426726 or 1733820. OLE color: 1733820.

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

Color convert

RGB18811626-
CMYK00.380.860.26
HSL33.33º75.7%41.96%-
HSV(B)33.33º86.17%73.73%-
XYZ27.1723.264.03-
YUV127.2770.85171.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.97%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 26 (10.55% from 255) = 7.88%
R=56.97%
G=35.15%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881162600.380.860.2633.3375.741.96
HexBC741A026561A214c2a
Octal27416432046126324111452
Binary1011110011101001101001001101010110110101000011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC741A; }

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

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

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

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

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

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

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

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