#BC8027

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

Shades of Pirate Gold #BC8027

Tints of Pirate Gold #BC8027

Color information

#BC8027 (or 0xBC8027) is unknown color: approx Pirate Gold. HEX triplet: BC, 80 and 27. RGB value is (188,128,39). Sum of RGB (Red+Green+Blue) = 188+128+39=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8027 is #437FD8. Grayscale: #888888. Windows color (decimal): -4423641 or 2588860. OLE color: 2588860.

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

Color convert

RGB18812839-
CMYK00.320.790.26
HSL35.84º65.64%44.51%-
HSV(B)35.84º79.26%73.73%-
XYZ28.8226.285.47-
YUV135.7973.38165.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 39 (15.62% from 255) = 10.99%
R=52.96%
G=36.06%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881283900.320.790.2635.8465.6444.51
HexBC80270204F1A24422d
Octal27420047040117324410255
Binary101111001000000010011101000001001111110101001001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8027; }

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

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

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

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

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

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

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

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