#BC811E

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

Shades of Pirate Gold #BC811E

Tints of Pirate Gold #BC811E

Color information

#BC811E (or 0xBC811E) is unknown color: approx Pirate Gold. HEX triplet: BC, 81 and 1E. RGB value is (188,129,30). Sum of RGB (Red+Green+Blue) = 188+129+30=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC811E is #437EE1. Grayscale: #878787. Windows color (decimal): -4423394 or 1999292. OLE color: 1999292.

HSL color Cylindrical-coordinate representation of color #BC811E: hue angle of 37.59º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC811E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18812930-
CMYK00.310.840.26
HSL37.59º72.48%42.75%-
HSV(B)37.59º84.04%73.73%-
XYZ28.8226.494.82-
YUV135.3568.55165.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 129 (50.78% from 255) = 37.18%
BLUE value IS 30 (12.11% from 255) = 8.65%
R=54.18%
G=37.18%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881293000.310.840.2637.5972.4842.75
HexBC811E01F541A26482b
Octal27420136037124324611053
Binary1011110010000001111100111111010100110101001101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC811E; }

 p { color: rgb(188,129,30); }

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

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

 a { background-color: rgb(188,129,30); }

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

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

 span { border-color: rgb(188,129,30); }

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