#BC751A

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

Shades of Pirate Gold #BC751A

Tints of Pirate Gold #BC751A

Color information

#BC751A (or 0xBC751A) is unknown color: approx Pirate Gold. HEX triplet: BC, 75 and 1A. RGB value is (188,117,26). Sum of RGB (Red+Green+Blue) = 188+117+26=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC751A is #438AE5. Grayscale: #808080. Windows color (decimal): -4426470 or 1734076. OLE color: 1734076.

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

Color convert

RGB18811726-
CMYK00.380.860.26
HSL33.7º75.7%41.96%-
HSV(B)33.7º86.17%73.73%-
XYZ27.2923.494.07-
YUV127.8570.52170.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=56.80%
G=35.35%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881172600.380.860.2633.775.741.96
HexBC751A026561A224c2a
Octal27416532046126324211452
Binary1011110011101011101001001101010110110101000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC751A; }

 p { color: rgb(188,117,26); }

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

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

 a { background-color: rgb(188,117,26); }

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

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

 span { border-color: rgb(188,117,26); }

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