#BC701E

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

Shades of Pirate Gold #BC701E

Tints of Pirate Gold #BC701E

Color information

#BC701E (or 0xBC701E) is unknown color: approx Pirate Gold. HEX triplet: BC, 70 and 1E. RGB value is (188,112,30). Sum of RGB (Red+Green+Blue) = 188+112+30=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC701E is #438FE1. Grayscale: #7D7D7D. Windows color (decimal): -4427746 or 1994940. OLE color: 1994940.

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

Color convert

RGB18811230-
CMYK00.400.840.26
HSL31.14º72.48%42.75%-
HSV(B)31.14º84.04%73.73%-
XYZ26.7722.374.14-
YUV125.3874.18172.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.97%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=56.97%
G=33.94%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881123000.400.840.2631.1472.4842.75
HexBC701E028541A1f482b
Octal27416036050124323711053
Binary101111001110000111100101000101010011010111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC701E; }

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

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

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

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

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

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

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

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