#BC821F

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

Shades of Pirate Gold #BC821F

Tints of Pirate Gold #BC821F

Color information

#BC821F (or 0xBC821F) is unknown color: approx Pirate Gold. HEX triplet: BC, 82 and 1F. RGB value is (188,130,31). Sum of RGB (Red+Green+Blue) = 188+130+31=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC821F is #437DE0. Grayscale: #888888. Windows color (decimal): -4423137 or 2065084. OLE color: 2065084.

HSL color Cylindrical-coordinate representation of color #BC821F: hue angle of 37.83º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC821F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18813031-
CMYK00.310.840.26
HSL37.83º71.69%42.94%-
HSV(B)37.83º83.51%73.73%-
XYZ28.9726.764.93-
YUV136.0668.72165.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 31 (12.5% from 255) = 8.88%
R=53.87%
G=37.25%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881303100.310.840.2637.8371.6942.94
HexBC821F01F541A26482b
Octal27420237037124324611053
Binary1011110010000010111110111111010100110101001101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC821F; }

 p { color: rgb(188,130,31); }

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

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

 a { background-color: rgb(188,130,31); }

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

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

 span { border-color: rgb(188,130,31); }

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