#BC7E2A

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

Shades of Pirate Gold #BC7E2A

Tints of Pirate Gold #BC7E2A

Color information

#BC7E2A (or 0xBC7E2A) is unknown color: approx Pirate Gold. HEX triplet: BC, 7E and 2A. RGB value is (188,126,42). Sum of RGB (Red+Green+Blue) = 188+126+42=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E2A is #4381D5. Grayscale: #878787. Windows color (decimal): -4424150 or 2784956. OLE color: 2784956.

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

Color convert

RGB18812642-
CMYK00.330.780.26
HSL34.52º63.48%45.1%-
HSV(B)34.52º77.66%73.73%-
XYZ28.6225.785.66-
YUV134.9675.54165.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 42 (16.80% from 255) = 11.80%
R=52.81%
G=35.39%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881264200.330.780.2634.5263.4845.1
HexBC7E2A0214E1A233f2d
Octal2741765204111632437755
Binary1011110011111101010100100001100111011010100011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E2A; }

 p { color: rgb(188,126,42); }

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

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

 a { background-color: rgb(188,126,42); }

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

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

 span { border-color: rgb(188,126,42); }

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