#BC7C27

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

Shades of Pirate Gold #BC7C27

Tints of Pirate Gold #BC7C27

Color information

#BC7C27 (or 0xBC7C27) is unknown color: approx Pirate Gold. HEX triplet: BC, 7C and 27. RGB value is (188,124,39). Sum of RGB (Red+Green+Blue) = 188+124+39=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C27 is #4383D8. Grayscale: #858585. Windows color (decimal): -4424665 or 2587836. OLE color: 2587836.

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

Color convert

RGB18812439-
CMYK00.340.790.26
HSL34.23º65.64%44.51%-
HSV(B)34.23º79.26%73.73%-
XYZ28.3125.255.3-
YUV133.4574.7166.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.56%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 39 (15.62% from 255) = 11.11%
R=53.56%
G=35.33%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881243900.340.790.2634.2365.6444.51
HexBC7C270224F1A22422d
Octal27417447042117324210255
Binary10111100111110010011101000101001111110101000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C27; }

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

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

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

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

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

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

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

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