#BC8127

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

Shades of Pirate Gold #BC8127

Tints of Pirate Gold #BC8127

Color information

#BC8127 (or 0xBC8127) is unknown color: approx Pirate Gold. HEX triplet: BC, 81 and 27. RGB value is (188,129,39). Sum of RGB (Red+Green+Blue) = 188+129+39=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8127 is #437ED8. Grayscale: #888888. Windows color (decimal): -4423385 or 2589116. OLE color: 2589116.

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

Color convert

RGB18812939-
CMYK00.310.790.26
HSL36.24º65.64%44.51%-
HSV(B)36.24º79.26%73.73%-
XYZ28.9626.545.52-
YUV136.3873.05164.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 39 (15.62% from 255) = 10.96%
R=52.81%
G=36.24%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881293900.310.790.2636.2465.6444.51
HexBC812701F4F1A24422d
Octal27420147037117324410255
Binary10111100100000011001110111111001111110101001001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8127; }

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

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

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

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

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

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

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

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