#BC6E1B

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

Shades of Pirate Gold #BC6E1B

Tints of Pirate Gold #BC6E1B

Color information

#BC6E1B (or 0xBC6E1B) is unknown color: approx Pirate Gold. HEX triplet: BC, 6E and 1B. RGB value is (188,110,27). Sum of RGB (Red+Green+Blue) = 188+110+27=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E1B is #4391E4. Grayscale: #7C7C7C. Windows color (decimal): -4428261 or 1797820. OLE color: 1797820.

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

Color convert

RGB18811027-
CMYK00.410.860.26
HSL30.93º74.88%42.16%-
HSV(B)30.93º85.64%73.73%-
XYZ26.5121.923.87-
YUV123.8673.34173.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.85%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 27 (10.94% from 255) = 8.31%
R=57.85%
G=33.85%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881102700.410.860.2630.9374.8842.16
HexBC6E1B029561A1f4b2a
Octal27415633051126323711352
Binary101111001101110110110101001101011011010111111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E1B; }

 p { color: rgb(188,110,27); }

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

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

 a { background-color: rgb(188,110,27); }

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

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

 span { border-color: rgb(188,110,27); }

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