#BC6E2F

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

Shades of Meteor #BC6E2F

Tints of Meteor #BC6E2F

Color information

#BC6E2F (or 0xBC6E2F) is unknown color: approx Meteor. HEX triplet: BC, 6E and 2F. RGB value is (188,110,47). Sum of RGB (Red+Green+Blue) = 188+110+47=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E2F is #4391D0. Grayscale: #7E7E7E. Windows color (decimal): -4428241 or 3108540. OLE color: 3108540.

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

Color convert

RGB18811047-
CMYK00.410.750.26
HSL26.81º60%46.08%-
HSV(B)26.81º75%73.73%-
XYZ26.8322.055.53-
YUV126.1483.34172.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.49%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 47 (18.75% from 255) = 13.62%
R=54.49%
G=31.88%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881104700.410.750.2626.816046.08
HexBC6E2F0294B1A1b3c2e
Octal2741565705111332337456
Binary101111001101110101111010100110010111101011011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E2F; }

 p { color: rgb(188,110,47); }

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

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

 a { background-color: rgb(188,110,47); }

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

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

 span { border-color: rgb(188,110,47); }

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