#BC6C23

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

Shades of Pirate Gold #BC6C23

Tints of Pirate Gold #BC6C23

Color information

#BC6C23 (or 0xBC6C23) is unknown color: approx Pirate Gold. HEX triplet: BC, 6C and 23. RGB value is (188,108,35). Sum of RGB (Red+Green+Blue) = 188+108+35=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C23 is #4393DC. Grayscale: #7B7B7B. Windows color (decimal): -4428765 or 2321596. OLE color: 2321596.

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

Color convert

RGB18810835-
CMYK00.430.810.26
HSL28.63º68.61%43.73%-
HSV(B)28.63º81.38%73.73%-
XYZ26.421.544.36-
YUV123.678173.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 35 (14.06% from 255) = 10.57%
R=56.80%
G=32.63%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881083500.430.810.2628.6368.6143.73
HexBC6C2302B511A1d452c
Octal27415443053121323510554
Binary1011110011011001000110101011101000111010111011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C23; }

 p { color: rgb(188,108,35); }

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

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

 a { background-color: rgb(188,108,35); }

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

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

 span { border-color: rgb(188,108,35); }

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