#BC782B

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

Shades of Pirate Gold #BC782B

Tints of Pirate Gold #BC782B

Color information

#BC782B (or 0xBC782B) is unknown color: approx Pirate Gold. HEX triplet: BC, 78 and 2B. RGB value is (188,120,43). Sum of RGB (Red+Green+Blue) = 188+120+43=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC782B is #4387D4. Grayscale: #838383. Windows color (decimal): -4425685 or 2848956. OLE color: 2848956.

HSL color Cylindrical-coordinate representation of color #BC782B: hue angle of 31.86º degrees, saturation: 0.63, 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 #BC782B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18812043-
CMYK00.360.770.26
HSL31.86º62.77%45.29%-
HSV(B)31.86º77.13%73.73%-
XYZ27.8924.35.51-
YUV131.5578.03168.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.56%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 43 (17.19% from 255) = 12.25%
R=53.56%
G=34.19%
B=12.25%

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
Decimal1881204300.360.770.2631.8662.7745.29
HexBC782B0244D1A203f2d
Octal2741705304411532407755
Binary1011110011110001010110100100100110111010100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC782B; }

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

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

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

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

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

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

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

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