#BC6F2C

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

Shades of Meteor #BC6F2C

Tints of Meteor #BC6F2C

Color information

#BC6F2C (or 0xBC6F2C) is unknown color: approx Meteor. HEX triplet: BC, 6F and 2C. RGB value is (188,111,44). Sum of RGB (Red+Green+Blue) = 188+111+44=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F2C is #4390D3. Grayscale: #7E7E7E. Windows color (decimal): -4427988 or 2912188. OLE color: 2912188.

HSL color Cylindrical-coordinate representation of color #BC6F2C: hue angle of 27.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC6F2C is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18811144-
CMYK00.410.770.26
HSL27.92º62.07%45.49%-
HSV(B)27.92º76.6%73.73%-
XYZ26.8822.245.26-
YUV126.3881.51171.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.81%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 44 (17.58% from 255) = 12.83%
R=54.81%
G=32.36%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881114400.410.770.2627.9262.0745.49
HexBC6F2C0294D1A1c3e2d
Octal2741575405111532347655
Binary101111001101111101100010100110011011101011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F2C; }

 p { color: rgb(188,111,44); }

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

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

 a { background-color: rgb(188,111,44); }

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

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

 span { border-color: rgb(188,111,44); }

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