#bc7c30

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

Shades of Pirate Gold #BC7C30

Tints of Pirate Gold #BC7C30

Color information

#BC7C30 (or 0xBC7C30) is unknown color: approx Pirate Gold. HEX triplet: BC, 7C and 30. RGB value is (188,124,48). Sum of RGB (Red+Green+Blue) = 188+124+48=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C30 is #4383CF. Grayscale: #868686. Windows color (decimal): -4424656 or 3177660. OLE color: 3177660.

HSL color Cylindrical-coordinate representation of color #BC7C30: hue angle of 32.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC7C30 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18812448-
CMYK00.340.740.26
HSL32.57º59.32%46.27%-
HSV(B)32.57º74.47%73.73%-
XYZ28.4825.326.18-
YUV134.4779.2166.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 124 (48.83% from 255) = 34.44%
BLUE value IS 48 (19.14% from 255) = 13.33%
R=52.22%
G=34.44%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881244800.340.740.2632.5759.3246.27
HexBC7C300224A1A213b2e
Octal2741746004211232417356
Binary1011110011111001100000100010100101011010100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7c30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7c30; }

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

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

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

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

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

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

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

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