#BC801F

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

Shades of Pirate Gold #BC801F

Tints of Pirate Gold #BC801F

Color information

#BC801F (or 0xBC801F) is unknown color: approx Pirate Gold. HEX triplet: BC, 80 and 1F. RGB value is (188,128,31). Sum of RGB (Red+Green+Blue) = 188+128+31=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC801F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC801F is #437FE0. Grayscale: #878787. Windows color (decimal): -4423649 or 2064572. OLE color: 2064572.

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

Color convert

RGB18812831-
CMYK00.320.840.26
HSL37.07º71.69%42.94%-
HSV(B)37.07º83.51%73.73%-
XYZ28.7126.234.85-
YUV134.8869.38165.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 31 (12.5% from 255) = 8.93%
R=54.18%
G=36.89%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881283100.320.840.2637.0771.6942.94
HexBC801F020541A25482b
Octal27420037040124324511053
Binary10111100100000001111101000001010100110101001011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC801F; }

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

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

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

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

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

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

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

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