#BC761E

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

Shades of Pirate Gold #BC761E

Tints of Pirate Gold #BC761E

Color information

#BC761E (or 0xBC761E) is unknown color: approx Pirate Gold. HEX triplet: BC, 76 and 1E. RGB value is (188,118,30). Sum of RGB (Red+Green+Blue) = 188+118+30=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC761E is #4389E1. Grayscale: #818181. Windows color (decimal): -4426210 or 1996476. OLE color: 1996476.

HSL color Cylindrical-coordinate representation of color #BC761E: hue angle of 33.42º 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 #BC761E is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18811830-
CMYK00.370.840.26
HSL33.42º72.48%42.75%-
HSV(B)33.42º84.04%73.73%-
XYZ27.4523.744.36-
YUV128.972.19170.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.95%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 30 (12.11% from 255) = 8.93%
R=55.95%
G=35.12%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881183000.370.840.2633.4272.4842.75
HexBC761E025541A21482b
Octal27416636045124324111053
Binary1011110011101101111001001011010100110101000011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC761E; }

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

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

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

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

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

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

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

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