#BC791C

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

Shades of Pirate Gold #BC791C

Tints of Pirate Gold #BC791C

Color information

#BC791C (or 0xBC791C) is unknown color: approx Pirate Gold. HEX triplet: BC, 79 and 1C. RGB value is (188,121,28). Sum of RGB (Red+Green+Blue) = 188+121+28=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC791C is #4386E3. Grayscale: #828282. Windows color (decimal): -4425444 or 1866172. OLE color: 1866172.

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

Color convert

RGB18812128-
CMYK00.360.850.26
HSL34.88º74.07%42.35%-
HSV(B)34.88º85.11%73.73%-
XYZ27.7924.454.35-
YUV130.4370.2169.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.79%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 28 (11.33% from 255) = 8.31%
R=55.79%
G=35.91%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881212800.360.850.2634.8874.0742.35
HexBC791C024551A234a2a
Octal27417134044125324311252
Binary1011110011110011110001001001010101110101000111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC791C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC791C; }

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

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

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

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

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

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

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

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