#BC792C

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

Shades of Pirate Gold #BC792C

Tints of Pirate Gold #BC792C

Color information

#BC792C (or 0xBC792C) is unknown color: approx Pirate Gold. HEX triplet: BC, 79 and 2C. RGB value is (188,121,44). Sum of RGB (Red+Green+Blue) = 188+121+44=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC792C is #4386D3. Grayscale: #848484. Windows color (decimal): -4425428 or 2914748. OLE color: 2914748.

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

Color convert

RGB18812144-
CMYK00.360.770.26
HSL32.08º62.07%45.49%-
HSV(B)32.08º76.6%73.73%-
XYZ28.0324.555.64-
YUV132.2678.2167.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 44 (17.58% from 255) = 12.46%
R=53.26%
G=34.28%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881214400.360.770.2632.0862.0745.49
HexBC792C0244D1A203e2d
Octal2741715404411532407655
Binary1011110011110011011000100100100110111010100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC792C; }

 p { color: rgb(188,121,44); }

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

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

 a { background-color: rgb(188,121,44); }

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

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

 span { border-color: rgb(188,121,44); }

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