#BC782C

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

Shades of Pirate Gold #BC782C

Tints of Pirate Gold #BC782C

Color information

#BC782C (or 0xBC782C) is unknown color: approx Pirate Gold. HEX triplet: BC, 78 and 2C. RGB value is (188,120,44). Sum of RGB (Red+Green+Blue) = 188+120+44=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC782C is #4387D3. Grayscale: #848484. Windows color (decimal): -4425684 or 2914492. OLE color: 2914492.

HSL color Cylindrical-coordinate representation of color #BC782C: hue angle of 31.67º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC782C is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18812044-
CMYK00.360.770.26
HSL31.67º62.07%45.49%-
HSV(B)31.67º76.6%73.73%-
XYZ27.9124.315.6-
YUV131.6778.53168.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 44 (17.58% from 255) = 12.5%
R=53.41%
G=34.09%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881204400.360.770.2631.6762.0745.49
HexBC782C0244D1A203e2d
Octal2741705404411532407655
Binary1011110011110001011000100100100110111010100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC782C; }

 p { color: rgb(188,120,44); }

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

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

 a { background-color: rgb(188,120,44); }

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

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

 span { border-color: rgb(188,120,44); }

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